Tagged: menu
Hello. Is there anyway to keep the menu fill color when using the “Shrinking Menu” feature. It’s tan prior to the user scrolling, but when it shrinks and becomes transparent, my grey text/menu color is hard to read. Here’s a link to the site: http://www.wsflats.com/
Thanks for your help. -Gary
Hey Gary!
Try adding this code to the Quick CSS:
#header_main_alternate {
background: rgb(219, 216, 189);
}
Cheers!
Josue