Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234172
    Stuart
    Participant

    Hi, at my site, I would like to change the attributes of the active menu item in the navbar as follows:

    1. Remove underline (but retain it when hovering)
    2. Increase font-weight.

    Grateful for your assistance.
    Thanks!

    #1234257
    Prasant Rai
    Moderator

    Hello Stuart,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none !important;
        font-weight: 800 !important;
    }

    Thanks.

    #1234585
    Stuart
    Participant

    Thanks, worked perfectly!

    #1234664
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1234172 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>