Okay
  Public Ticket #426863
Menu Button Text Color On Select/Current Page
Closed

Comments

  • Aaron started the conversation

    Hello,

    I'd like to override the font color of my menu button. I like using the accent color for other selected pages but since the button color doesn't change, the font becomes nearly invisible when I'm on the page the menu button is set to.

    How can I force the button text color to stay white at all times?

    Thanks,

    Aaron

  •  8,849
    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) :
    html body header#top nav .sf-menu>li.current-menu-item>a {
        color: #fff !important;
    }

    OR if you want it to be white for that page only

    html body.page-id-705 header#top nav .sf-menu>li.current-menu-item>a {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Aaron replied

    Sorry for not replying sooner. This worked. Thanks again for the AWESOME support! Of all the themes I\'ve purchased, you guys have been the most responsive and helpful.