Hi there,
Enfold is an excellent theme, just what I was looking for to do a new website for the Inverness Mountaineering Club.
The one thing I’d like to do is use the transparent menu, but rather than being totally transparent when at full size and then becoming opaque when scrolling down and header shrinks, is there an easy way to make the starting opacity a bit higher and then increase from there?
i.e. can I define a starting opacity for the transparent header\menu?
Thanks,
–Richard
Hi Hyperopic!
Thank you for using Enfold.
You can set the Header visibility and transparency to Transparent & Glassy header. Control the opacity with this on Quick CSS or custom.css:
#top .av_header_glassy.av_header_transparency .header_bg {
background-color: #fff;
opacity: 0.6;
filter: alpha(opacity=60);
}
Best regards,
Ismael
Excellent, that has done the job nicely!
Many thanks,
–Richard