Hello,
i checked all related topics, tried all provided solution, but none of them worked for me. I have a webpage provided below and I would like background images disappear on mobile device. I tried this quick CSS:
@media only screen and (max-width: 989px) { div#funk_1 { background-image: none!important; } }
However, the code didn’t have any effect.
Could you please tell me, what am i doing wrong?
Best,
Hey spavli2,
Here is the code that you should put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) {
div#funkcionalnosti_2, #funkcionalnosti_5,
#funkcionalnosti_3, #funkcionalnosti_4 {
background-image: none!important;
}
}
Let us know if this was helpful.
Best regards,
Victoria