Hi,
I would like to add a tranparency color over the menu line, i.e. a transparent black color, and I also want it to stay in the same color when scrolling down the pages. As it currently stands the transparent color changes to white background, but I would like it to stay in the originally set transparent color.
Let me know if this is possible in Enfold at all?
Look forward to your reply.
Kind regards,
Ben
Hi SynergyLanguageServices!
Thank you for using Enfold.
Try this in the Quick CSS field:
#top .av_header_glassy.av_header_transparency .header_bg {
background-color: #000;
opacity: 0.8;
filter: alpha(opacity=80);
}
.header_color .header_bg {
background: #000;
opacity: .8;
}
Cheers!
Ismael
Hi Ismael,
Thanks, it worked well.
Kind regards,
Ben