Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865584

    BKvalvik
    Participant

    Hi,

    Is there a snippet of code that would make it possible to change the color of the lines below the Menu items in the Navbar WITHOUT changing the color of all the “site links”.

    Thanks,

    B

    #865749

    Christopher
    Moderator

    Hi there,

    Yes, it’s possible.

    Please provide us with URL of your site.

    Thanks.

    #872634

    BKvalvik
    Participant

    Great,

    The URL is: mandarinhq.com

    Let me know if you need anything else.

    B

    #873431

    Jade
    Moderator

    Hey B,

    Please use this CSS but kindly update the color value of the box shadow:

    .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: 0 2px 0 0 #44a9f6;
    }

    Hope this helps.