Okay
  Public Ticket #749627
Active link color makes link disappear
Closed

Comments

  • Kasper started the conversation

    Hi guys

    I have a problem with my "one-page-menu" on this page: http://hvadmeddenher.dk/blue/for-virksomheder/

    When I scroll down the page, the menu item for the current section disappears. This is because the color of the active page is set to blue in the top menu. I still want this, but I need to change the text-color in the dropdown menu.

    Can you help me out? :)

    - Kasper

  •  8,342
    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) :

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

    Bes.t


    ThemeNectar Support Team 

  • Kasper replied

    Thank you Tahir :)