Title: go top button
Last modified: March 22, 2017

---

# go top button

 *  Resolved [xxpavan](https://wordpress.org/support/users/xxpavan/)
 * (@xxpavan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/go-top-button/)
 * Hello great support here i browesed around but haven’t found this:
    i want some
   custom css code to remove or hide the ‘go top’ button.
 * my url: [http://www.billdalsdackshop.se](http://www.billdalsdackshop.se)
 * [http://prnt.sc/en2xjl](http://prnt.sc/en2xjl)

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

 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/go-top-button/#post-8944091)
 * Right way to do this is by going to Appearance > Customize > Additional CSS and
   putting the following CSS code there:
 * `a.enigma_scrollup {display: none !important;}`
 * Usually you should not use `!important` but inspection of your page shows that
   the style for “Go Top” button is written inline (`display: block;`), i.e.
 * `<a href="#" title="Go Top" class="enigma_scrollup" style="display: block;"><
   i class="fa fa-chevron-up"></i></a>`. So in order to override this rule you need
   an `!important` to be imposed from outside.
 * If the above does not work try the following:
 * Locate which file in your theme the above markup is placed and change `display:
   block;` to `display:none;`.
 * Hope this helps.
 *  Thread Starter [xxpavan](https://wordpress.org/support/users/xxpavan/)
 * (@xxpavan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/go-top-button/#post-8944108)
 * thnks alot!
 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/go-top-button/#post-8944114)
 * You are welcome. Can you please mark your question as Resolved? 🙂

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

The topic ‘go top button’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/go-top-button/#post-8944114)
 * Status: resolved