Tagged: enfold, header, transparency
Hello, I have tried a lot, but now I need some help:
I want my header ALWAYS to be transparent, no matter whether you first visit the site, scroll down etc., it should just display a logo and a burger-menu.
Can you help?
Thanks!
Hey alexbay,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.header_color .header_bg {
background-color: transparent !important;
}
@media only screen and (max-width: 766px) {
.responsive #top #main {margin-top: -80px!important;}
#top #wrap_all .av_header_transparency {background-color: transparent!important;}
div#header_main > .container {display: block !important;}
}
Best regards,
Mike