Title: Remove Scroll to top
Last modified: March 13, 2018

---

# Remove Scroll to top

 *  Resolved [lightandshadows](https://wordpress.org/support/users/lightandshadows/)
 * (@lightandshadows)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/)
 * For some reason I can’t get rid of the scroll to top arrow. It only shows on 
   full screen and not mobile. I have gone through every plugin to see if there 
   is a setting there but can’t find anything. The only place where I can see this
   option is in Catch Web Tools but it’s not activated and the arrow is different.
   
   Any help would be much appreciated. Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-scroll-to-top%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10069702)
 * Hey,
 * this requires a bit of custom CSS:
 *     ```
       div#topcontrol {
           display: none;
       }
       ```
   
 * Add that to Theme Options> Advanced Settings, and the arrow should be hidden.
 * -Kevin
 *  Thread Starter [lightandshadows](https://wordpress.org/support/users/lightandshadows/)
 * (@lightandshadows)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10069824)
 * Nice one Kevin.
    Now for the next puzzle. How can I get it to show on mobile 
   devices?
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10069874)
 * Try wrapping it in a media query, like this:
 *     ```
       @media (min-width: 992px) {
       div#topcontrol {
           display: none;
           }
       }
       ```
   
 * -Kevin
 *  Thread Starter [lightandshadows](https://wordpress.org/support/users/lightandshadows/)
 * (@lightandshadows)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10069923)
 * Still not showing. Using Catch Web Tools. It’s active on there with a width of
   640px. It shows on full screen but not mobile. Strange.
 *  Thread Starter [lightandshadows](https://wordpress.org/support/users/lightandshadows/)
 * (@lightandshadows)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10070018)
 * Sorted it. Mobile contact bar at bottom was covering it.
    Thanks for your help.
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10070549)
 * Glad you figured it out! Let me know if you need any further assistance with 
   this.
 * -Kevin

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove Scroll to top’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 6 replies
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/remove-scroll-to-top/#post-10070549)
 * Status: resolved