Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
i really enjoy your theme. But with settingup some css-style i have some problems:
i would like to have a (semi-)transparent header with a full working sticky menu :). But all what i’ve found here in the other posts doesn’t work for me. :( : If the header ist transparent, the sticky won’t work and vise versa :(.
That’s what i have so far in Custom.css:
body { background-size: cover; } #main { opacity: 0.7; } #colophon { opacity: 0.6; }
Can you pls point me in the right direction?
Thanks in advantage
DeFries
Please excuse my poor english
Solved :)
Following code works for me:
Hi DeFries
Super, glad to hear you made progress on this.
Consider changing your #main and #colophon divs to also use RGBA. The problem with opacity is it also drops the opacity of the text in those divs. RGBA will target the background only.
All the best.
Works like a charme :). Thx a lot. :)
So for everybody else:
Do you have any sugestion how to make also the submenu’s semi transparent?
TIA
Sure, here we go:
Thx again :) Works superb.
Super, glad we could help.
Chat soon.
Cheers.