Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    The switch to disable the Kadence theme’s back-to-top button can be found by going to Customize > General > Scroll To Top.

    Watch this screen recording for reference – https://share.zight.com/DOuJ9Rep.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    Thread Starter Shahvez Hassan

    (@shahvez13)

    Sorry, I said how to disable the scroll to top button for a specific page. That’s not the answer to my question.

    Hello,

    You can use CSS to hide the scroll to the top button for a specific page. You’ll need the page or post ID. For example, the following CSS will hide the scroll-up button on page ID 1772. If it is a post, the first selector should be .postid-1772 in this case.

    .page-id-1772 a#kt-scroll-up {
        display: none;
    }
    Thread Starter Shahvez Hassan

    (@shahvez13)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Disable Back to top button in Kadence Theme.’ is closed to new replies.