Okay
  Public Ticket #427408
Menu Button Font Color on Transparent Header
Closed

Comments

  • Aaron started the conversation

    Hi,

    I've been working on my menu and creating a button for the past few days. You've been very helpful but I'm running into one final issue.

    I'd like for the button I've created "Start Your Project" to have a white font color in the transparent header. Right now it's white after scrolling but I can't figure out how to change it when it's in the starting transparent header. I don't want to change the font color of all menu items, just the button so it's always white.

    Thanks for your help,

    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) :
    #header-outer.transparent header#top nav>ul>li.menu-button>a {
        color: #fff !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Aaron replied

    Thank you! Worked prefectly