I set header transparent, I want to know how to change the GRADIENT of transparency. Example (less transparent)
Hey bborsi!
Please set it to Glassy transparent. Example can be seen here – http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
Best regards,
Yigit
Ok …… but I would like the bar (logo, mainmenu etcetc) less transparent
OK step by step.
1) setting header transparent and glassy
What I would like is to maintain transparency but reduce it as intensity making it less transparent
Thank you si much
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_transparency #header {
background-color: rgba(255,255,255,0.5);
}
0.5 is opacity level
Cheers!
Yigit
Thank you so much always very efficient :-)