Okay
  Public Ticket #684369
active link issue
Closed

Comments

  •  4
    A started the conversation

    i just updated the theme on this site i'm reconfiguring some things.
    i want to style the active link in the header nav to be #000

    i've added this to my custom css (to no avail):

    header#top nav .sf-menu > li.current-menu-item > a {color: #000 !important;}

    help?

    thanks!!

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu > li.current-menu-item > a {
        color: #000 !important;
    }
    

    Bes.t



    ThemeNectar Support Team 

  •  4
    A replied

    thanks! worked!