How can I hide the background I set for color section on mobile and also how can I hide some images on mobile?
Hi sasha!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-section > div {
background: none!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
Yigit
Doesn’t work – still shows…?
Hey!
Please try changing the code to following one
@media only screen and (max-width: 480px) {
.avia-section > div {
background: none!important;
}}
If that too does not help, please post the link to your website. We may need a temporary admin login as well
Regards,
Yigit
Thanks