• Resolved xenixwebdesign

    (@xenixwebdesign)


    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)
  • Hi
    Thanks for using our theme.
    We have checked your website and there is no scroll to top button at bottom area.
    See the snapshot https://prnt.sc/s1mqf9
    If possible send us snapshot by indicating button would you want to remove.
    So that we can assist you better.

    Thanks
    Akhilesh

    Thread Starter xenixwebdesign

    (@xenixwebdesign)

    I found the problem. It was a plugin that placed the scroll to top button.

    Thanks for your response

    Hi
    Glade to know that its resolved.
    Let us know for further assistance.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove (floating) scroll to top button’ is closed to new replies.