Hi Kriesi,
can you please help to make the header transparent on mobile devices?
I tried some of the custom CSS snippets from other support tickets but none of them worked.
Thank you in advance
Have a nice day
pm
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
/* 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;
}
}
If it does not work, please create temporary admin logins and post them here privately so we can look into it :)
For future readers; please see – https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Best regards,
Yigit
Thank you.
Header is transparent on mobile now.
I forgot to mention that i have a sticky header – do have a solution for a sticky, transparent mobile header aswell?
Hi,
Great!
For sticky header on mobile, please see – https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile :)
Best regards,
Yigit