• Resolved mmachado22

    (@mmachado22)


    Hello,

    After I removed the scroll to top icon I now have a footer that appears at the bottom of each page with a very tiny scroll to top at the bottom left. How can I remove this?

    Just remove : <div id=”back-to-top”><i class=”fa fa-arrow-circle-up” aria-hidden=”true”></i></div>

Viewing 1 replies (of 1 total)
  • Andre

    (@andre-jutras)

    Greetings!

    I wanted to follow up with you and the solution you found. Hopefully you did not actually remove it from the theme file? The best way is to add this bit of CSS to the Additional CSS tab in the customizer:

    #back-to-top {
    display: none;
    }

    Reason to do it this way is because when there is a future update for this theme, that “back-to-top” code is going to be back in place because updating themes refreshes the theme’s template files. So anything that was physically changed in the theme files will get overwritten.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Scroll to top’ is closed to new replies.