Hey there,
I am using
.av_header_glassy.av_header_transparency #header_main {
background-color: rgba(21,54,61,0.8);
}
.header_color .header_bg{background-color: rgba(21,54,61,0.8);}
@media only screen and (max-width: 1220px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
on http://briannaimerphotography.ca/
I want the fonts and shopping cart to be white when the page loads, I can’t figure out why or where the font colour is coming from.
Thank you for any help you can provide.
ENB..//
Hi Erich Nolan!
Thank you for using Enfold.
Please remove the css modification then go to the Enfold > Header > Transparency Options panel. Set the Transparency menu color option.
Cheers!
Ismael
Hey there,
I removed
.av_header_glassy.av_header_transparency #header_main {
background-color: rgba(21,54,61,0.8);
}
.header_color .header_bg{background-color: rgba(21,54,61,0.8);}
@media only screen and (max-width: 1220px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
But the fonts in the main menu are still not white when the page loads.. :(
I don’t see anything in > Header > Transparency settings that would help specify the font face colour…
ENB..//