Hi all,
I am trying to hide a background image in a color section on mobile devices.
I have tried using the following code in the Quick CSS section:
@media only screen and (max-width: 768px) {
div#maalsaetninger { background-image: none!important; }}
However, it does nothing. Am I missing something or is there another approach I could take?
