Hiding a section background using CSS
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; }
}
Can you please have a peek here http://coursemateapp.co.uk/new-home-2/ as I am sure I have put everything in exactly as you stated yet the section background is still showing on smaller browsers.
Hiding the section completely is not an option BTW
Many thanks
Comments