How to disable the button: scroll to up?
theme > Enfold
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