remove (floating) scroll to top button
-
Hey.
I have been looking for some time now to remove the scroll to top floating button from my wordpress site or theme.
Several options have already been found on the internet, but none of them seem to work.
The script calls
<!--Scroll To Top--> <a href="#" class="scrollup" style="display: block;"><i class="fa fa-chevron-up"></i></a> <i class = "fa fa-chevron-up"> </i> </a> <!--/End of Scroll To Top-->
I want this removed all over the website.
I allready use some of these CSS’s, but no one is working.
div#topcontrol { display: none; }
@media (min-width: 992px) { div#topcontrol { display: none; } }
/*remove scroll to top*/ .scroll-to-top { display: none !important; }
.scroll-up, .scroll-up:hover, .scroll-up:focus { display: none !important; }
Who can help me with it?
I use Busiprof theme.
Thanks
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove (floating) scroll to top button’ is closed to new replies.