I have seen a previous post with a user wanting to remove the scroll to top button, which in my case interferes with pop-up I want in that corner. I have input the recommended #scroll-top-link {display: none; } in the Quick CSS in general styling, but it doesn’t work for me.
Has anything changed since the original post, or am I doing something wrong?
I am using an “Under development” front page, so it doesn’t make sense to give you a link. If needed I can take down the temp front page for a short while, but will rather wait until I know somebody is dealing with this ;-)
/Per
Hi Per,
That code should still be valid, are you sure that you are not getting cached results? You could try to add important to the CSS as well:
#scroll-top-link {
display: none !important;
}
If you post login details in private we can view your site even though it’s under development.
Best regards,
Rikard