• Resolved aria1

    (@aria1)


    I wanna know how to remove the scroll to top button that appears on the lower right corner when you scroll down, I have a live chat there so my live chat is on top of the scroll button.

    Is there a way to remove that or at least align it in the middle of the screen?

Viewing 1 replies (of 1 total)
  • Theme Author thememattic

    (@thememattic)

    Hi @aria1

    Thank you for using our theme, you just can add the following CSS to your Customizer -> Additional CSS section.

    a#scroll-up {
        display: none !important;
    }

    Hope this solves your problem.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove scroll to top button on lower right corner?’ is closed to new replies.