Hey guys,
how do I make the header in mobile menu transparent? None of the solutions I’ve found in forums works.
And also the background image I’m using (background image in the color section) is cropped on mobile (those red/blue lines below those colorful splashes)
Thanks!
Martin
Hey martinmarek!
Hmm, when I try to view your site I get a blank white page.
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) {
#header, #header * { background: transparent !important; }
#header { position: fixed !important; }
}
Best regards,
Elliott
Hi Martin!
Could you try to add the CSS to Quick CSS in Enfold–>General Styling instead? Also please make sure to empty browser cache and refresh a few times after making the change.
Best regards,
Rikard
It’s all working now! Thank you guys!
Martin