Hi,
i need to customize my transparent glassy header, like changing the opacity and background color. I tried to find a code for this, but without sucess. Can you help me?
Tks,
Hey zoiestudio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(255,255,0,0.5);
}
255,255,0 is RGB value of the color and 0.5 is opacity level.
Regards,
Yigit