Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1286553
    cmelnik
    Participant

    Hi,
    How can I remove/hide the scroll bottom anchor button that I am using with Layer Slider 6 only on mobile?

    Thank you

    #1286554
    cmelnik
    Participant
    This reply has been marked as private.
    #1286667
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    @media (max-width: 480px) {
        .x-slider-scroll-bottom.above {
            display: none;
        }
    }

    Hope this helps.

    #1287501
    cmelnik
    Participant

    Perfect. Thank you!

    #1287592
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1286553 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>