Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1355159
    giusep71
    Participant

    Is there a way to change color or ged rid of the thin coloured line above the topbar menu?
    Attached is a screenshot of what I mean.

    #1355359
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1355814
    giusep71
    Participant

    The site isn’t live yet. So no public url to provide

    #1356197
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none;
    }

    Thanks.

    #1356499
    giusep71
    Participant

    Thanks, that works to get rid of it.

    What if I want to change the colour of that thin line?

    #1356553
    Lely
    Moderator

    Hi There,

    Please update above CSS to this:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: inset 0 4px 0 0 red; /*Change red to your preferred color*/
    }

    Hope this helps.

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