Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259852
    Cocchini.MD
    Participant

    Need to remove the “return to top” from only one bag, while not affecting it on any other pages.

    Page to remove it from: https://missionmedschool.com/360-vr-tour/

    This page ID is: 794

    Thank you.

    #1259854
    Cocchini.MD
    Participant
    This reply has been marked as private.
    #1260063
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .page-id-794 .x-scroll-top {
        display: none;
    }

    Hope that helps.

    #1260065
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    .page-id-794 .x-scroll-top.left{
    display:none;
    }

    Let us know how it goes.

    Thanks.

    #1260072
    Cocchini.MD
    Participant

    Thanks guys! 🙂

    #1260310
    Darshana
    Moderator

    Glad we were able to help 🙂

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