Site URL: https://meinphotokurs.ch
Hi guys
I'm trying to disable the background image of a section on mobile, but somehow I can't manage to do that.
I found in different forums this code:
@media screen and (max-width: 768px) {
section[data-section-id="6242b5d7ad5bb6583194145b"] .section-background img {
display:none !important;
}
}
I tried also different variations I found over the net, but nothing really works...
Does someone know what could be the problem?
Best regards