Remove the scroll to top icon
-
Hi,
I am trying to remove the scroll to top icon from all the pages/posts of my website but apparently without any success.
I have tried with this CSS code
div#topcontrol { display: none; }
and with this
@media (min-width: 992px) { div#topcontrol { display: none; } }
but it’s not working, the icon is always there.
Can anyone help me please?
Thank you
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove the scroll to top icon’ is closed to new replies.