I am trying to hide the background of a section and I have tried this method but am having no success at all -
@media only screen and (max-width: 767px) { .bg-image .column_attr { background-image: none !important; }
}
Hiding the section completely is not an option BTW
Many thanks
Comments