Hello,
I’m talking about the site http://00498-003.htz-cs06.clickstorm.de, which I’m currently building. The navigation bar is transparent there. However, the white should be stronger, i.e. less transparent. Can the transparency be adjusted?
best regards,
Martin
Hey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
.av_header_glassy.av_header_transparency .header_bg {
opacity: 0.4;
}
Best regards,
Rikard
Thank you very much, but it doesn’t work. I’ve also tried several values like 0.1 or 0.9, but there’s no change. Not even with a different browser.
Hi,
Please try this instead:
.av_header_glassy.av_header_transparency .header_bg {
opacity: 0.4 !important;
}
Best regards,
Rikard
Thank you, it´s work!