Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Senff

    (@senff)

    I would suggest you use a bit of CSS to achive this. If you add this to your stylesheet, the buttons should only appear on the home page:

    .page-scroll-buttons {
       display:none;
    }
    
    body.home .page-scroll-buttons {
       display:block;
    }
    Thread Starter Viapositiva

    (@viapositiva)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable buttons on other pages’ is closed to new replies.