If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1069914
Remove Top Button
Closed

Comments

  •  2
    Diego Alejandro Quintero started the conversation

    How can I remove the top button by means of css without having to do it through the options of the theme? thank you!

  •  567
    Stormit replied

    Hi Diego,

    You add the custom css below

    body #to-top{
        display: none !important;
    }
    

    Or remove it in Theme Options > General tab

    Best regards,