Hi, i’d like to know how i can change the opacity of the color behind the main menu. I would like the color to be a little more visible and less transparent. Can you help me please?
Thanks!
Érik
Hey Érik!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_glassy {
background: rgba(0,0,0,0.5)!important;
}
0,0,0 here is RGB value of the color and 0.5 is opacity level
Best regards,
Yigit
EXCELLENT!
This is exactly what i need.
You are the best Yigit and thanks for the fast response!
Érik