Hello!
Is there anyway to disable a logo area background image on mobile? It’s not stacking right on mobile devices and we’d rather not have it display at all. I have included login credentials below.
Any assistance is appreciated!
Hey vantagepointmg,
Thank you for the inquiry.
Adding the following css code should disable the header background on mobile view.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.header_color .header_bg {
background: none !important;
}
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modification.
Best regards,
Ismael