Okay
  Public Ticket #2910881
How to remove the back to top button
Closed

Comments

  • Artem started the conversation

    Hi! Please tell me how to remove the back to top button?

  •  1,626
    Andrey replied

    Hi, Dear Artem!

    it's very easy to do.

    Please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    #toTop {    
        display: none !important;
    }
    

    Then save changes and check the results at front-end.

    Best Regards!