HI,
I have a fullscreen slider in my homepage with a white thin header; is there a way I can have make the slightly transparent, so that my fullscreen image shows up in the background of the header?
THanks a lot for your help.
Hey Laure!
Can you post the link to your website? If you are not using the latest version 2.6.2 of the theme, please update it to have more control over header options – http://kriesi.at/documentation/enfold/updating-your-theme-files/
You can now choose to display transparent header
Regards,
Yigit
Hi Yigit
Here is a link to the website: http://goo.gl/4nkSnP
I do have the latest version of the theme, but the transparency option for the header makes it completely transparent. What I am trying to achieve is to have the white header that I have now, but with some transparency so that the background image can show up in the header too. Is this possible to achieve?
Many thanks for your help.
Hey!
I wanted to take a look at your website but it gives “Parse error: syntax error, unexpected $end in /home/ourlittl/public_html/envirospec/wp-includes/query.php on line 2830”
Regards,
Yigit
Hi Yigit
Thanks for your message. It is now ok, you can have a look at the website. Thanks a lot
Hey!
Please choose to display transparent header and then add following code to Quick CSS in Enfold theme options under Styling tab
#header_main {
background: rgba(255,255,255,0.3);
}
0.3 is opacity level. You can set between 0 to 1. 255,255,255 is RGB value of the color
Regards,
Yigit
Hi
Thank you so much, that worked great.
L.