Hi,
Is it possible to remove the “page up” button in the theme? Preferably for the normal and responsive version.
Thank you for your help!
Cheers
Hi,
Just add this on your custom.css or Quick CSS
#scroll-top-link {
display: none;
}
Regards,
Ismael
Perfect, thank you!