Tagged: enfold, mobile header
Hi Enfold Support Team & friends, SOS? The transparent header at https://4pillarspartnering.com/ turns to white between the mobile view of 768px to 990px. Can you help me with a Quick CSS custom code to remove the white header within those container dimensions? Thanks so much in advance!
UPDATED:
I’ve found the help in the docs at: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
/* Transparent Header For Mobile */
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
position: absolute;
}
.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
background: transparent;
}
}
Hey Sherman,
I’m glad the docs were helpful. Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Thanks Jordan – you can close this out – appreciate the follow up!