Tagged: x Author Posts October 10, 2016 at 5:56 pm #1210600 SmarticleParticipant Hey, How do I stop the background images (that are slideshowing) from appearing on mobile? http://anaemiamanifesto.com/ Cheers October 10, 2016 at 11:38 pm #1210896 JadeModerator Hi there, Try to add a class to the section with background image that you want to hide on mobile then add this CSS code (assuming that the class name you added is no-mobile-bg) in the customizer: @media (max-width: 767px) { .no-mobile-bg { background-image: none !important; } } Author Posts <script> jQuery(function($){ $("#no-reply-1210600 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In