I would like to know if there is a CSS hack I can use to hide all background images that ONLY appear in coloured-sections when the site goes into responsive mode (sub 768px)
Hey whdsolutions,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.avia-section {
background-image: none !important;
}
}
Thanks,
Rikard
You guys are AWESOME!
Thank you :-)
Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay