Tried some of your suggestions found in Enfold-Forum. None of them works :-(
(example:
@media only screen and (max-width: 480px) {
.home div#av_section_1 { background: none !important; }}
Tried it in > General Styles > Main Content, Quick CSS
and in Customizer > additional css
I’m using Endolf Child (DE) and Endolf Child (EN). (WPML)
Any idea ?
Hey navi2014,
Please try this CSS instead:
@media only screen and (max-width: 480px) {
.main_color {
background: none;
}
}
Best regards,
Rikard
Perfect !
THANKS A LOT !