I have this page: http://huskenulbrichbooks.com/know-singapore/
I have some css rules
@media only screen and (max-width: 767px) {
.page-id-3313 #av_section_3,
.page-id-3313 #av_section_6,
.page-id-3313 #av_section_9,
.page-id-3313 #av_section_12,
.page-id-3313 #av_section_15 {
background-image:none !important;
}
}
When I resize it on my desktop browsers, the background images are hidden correctly. However, when I load the same page through my iphone, the background images are still there. Any ideas? Thanks.
Hi aminzainotdini!
That looks like it should be working. Send us a WordPress login and we’ll take a closer look.
Best regards,
Elliott
Hey!
I changed the CSS around. Try deactivating all of your plugins and then clear your browser cache to see what happens.
Best regards,
Elliott
Hi Elliott, we disabled all the plugins except for woo commerce and akismet. We cleared the cached on our mobile browsers but the problem still persists.
Hey!
Hmm, try commenting out line 21 in /enfold/js/shortcodes.js.
//$('.avia-bg-style-fixed').avia_mobile_fixed();
Cheers!
Elliott