Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210600
    Smarticle
    Participant

    Hey,

    How do I stop the background images (that are slideshowing) from appearing on mobile?

    http://anaemiamanifesto.com/

    Cheers

    #1210896
    Jade
    Moderator

    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;
        }
    }
  • <script> jQuery(function($){ $("#no-reply-1210600 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>