Hi, I selected to make one of my menu items a button so it will standout buy i’m also using transparent header on the page and the button doesn’t look good – http://screencast.com/t/s7Ke4Keg
Is there a way to make the button white with orange text while in transparent and than change to orange button with white text once scrolling begins?
Hi!
Please add following code to Quick CSS
.av_header_transparency .av-menu-button-colored > a .avia-menu-text {
background-color: white!important;
color: orange!important;
border-color: #888!important;
}
Cheers!
Yigit
Awesome! Thanks :)