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.
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
Hey ,
#header-outer.transparent header#top nav>ul>li.menu-button>a { color: #fff !important; }
Thanks
ThemeNectar Support Team
Thank you! Worked prefectly