Hi, I want to disable or delete this icon (look image attach). can you tell me how to proceed? thank you.
annelcarrol Hi Add this code in custom.css file to hide it
.back-to-top { display: none!important; }
Its good to keep it, as it helps users to scroll to the top.
Regards