Hi,
I looked all over the place but cannot find a proper solution.
Have a sticky small header in color white with extra element in phone area.
On a page I set Header visibility and transparency to “transparent header”
Works OK.
Now I want the change opacity of the transparent header and also the sticky header when scrolling.
Like to use rgba(255,255,255,0.7)
Can you help me out on this?
THX Freek
Hey Freek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .header_color.av_header_transparency {
background-color: rgba(255,255,255,0.7);
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks this worked for me. One more question. When I scroll the sticky header gets solid white. Can I add the same background opacity here?
THX Freek