Tagged: transparent header
I have selected the “Header is invisible and appears once the user scroll down” option for a page on my site, and once the mini header appears I would like it to be either transparent or semi-transparent (need to see different versions to determine opacity).
Is there a way to do this for one page only?
Thanks!
Rob
Hey goldengate415,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Sure, you can either click on Thomas’ face to the left of this post, or visit a page like this one:
http://www.thomashenthorne.com/8-woodland-place-kentfield/
Thanks!!!!
Hi! :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_bg { background: transparent !important; }
for semi transparent, please replace “transparent !important;” to “rgba(255,255,255,0.3) !important;”
255,255,255 is RGB value of the color and 0.3 is opacity level
Best regards,
Yigit
Many thanks, Yigit! I’ll give that a try next week… (I’m on holiday this week)
Best
Rob