Tagged: transparent header
Hi
My Header is not transparent only under 680 px size (appears black above the picture). It works perfectly on PC and Tablet bigger sizes. I’ve tried this code but there is no change :
@media only screen and (max-width: 767px)
{
#top #wrap_all .av_header_transparency
{
background: transparent;
position: absolute!important;
}
}
Hey Renaud,
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
@media only screen and (max-width: 989px) {
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you Victoria
Transparency works perfectly.
However the header menu is hidden when scrolling down. How to do to show it same as bigger sizes screen ?
Hi Reno68100,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria