Referance to https://kriesi.at/support/topic/menu-background-always-white/#post-1367046
This issue has not been solved because when I scroll down a little, header background are changing to white (it is not transparent).
Hi fabioloutfi,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av_minimal_header .header_bg {
opacity: 0.8;
}
Just adjust the values from 0 to 1, 0 means fully transparent while 1 is fully white.
Hope this helps.
Best regards,
Nikko
Hi.
This help partially, because, not it is transparrent, but there is a border line visibale and fonts are black, but should be white.
Hi fabioloutfi,
Please add this CSS code in Enfold > General Styling > Quick CSS:
.html_header_transparency .av_minimal_header_shadow {
box-shadow: none;
}
.html_header_transparency #avia-menu > li > a {
color: white;
}
For the logo, you will need to change it in Theme Options.
Hope this helps.
Best regards,
Nikko