I’m trying to add the transparent and glassy header to the homepage of my site. I was able to find make the menu items show up in white and add my logo in white but need some quick css to make the text in the extra elements section white only when the transparent & glassy Header is activated.
Is there also a way to make the menu item text bolder only when the transparent and glassy header is activated so it is a little more legible? Thank you!
Hey djshortkut!
which text in the extra elements do you mean? please show it us on screenshots using imgur.com
I don’t think a bolder menu text is possible for activated glassy header only and you would need to hire a freelancer for this.
Regards,
Andy
Hi!
Please activate transparent & glassy on a test page and post it here.
Best regards,
Josue
Hi!
Use this:
#top .av_header_transparency #header_meta * {
color: white !important;
}
#top .av_header_glassy.av_header_transparency .header_bg {
opacity: 0.5;
background: black;
}
Regards,
Josue
Thank you very much! You can close this thread.