Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #607003

    How to disable the button: scroll to up?
    theme > Enfold

    #607065

    Hi silvanosartori!

    You don’t have to put the code in private content to get support :)

    please use the following CSS in Enfold > General Styling > Quick CSS

    #top #scroll-top-link {
        opacity: 0!important;
        display: none!important;
    }

    Cheers!
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.