Title: &quot;See More&quot; Removable?
Last modified: August 21, 2016

---

# "See More" Removable?

 *  Resolved [innertaming](https://wordpress.org/support/users/innertaming/)
 * (@innertaming)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/see-more-removable/)
 * Is the “See More” button removable in the basic version or even in the purchasable
   version?

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

 *  [bandicootmarketing](https://wordpress.org/support/users/tinkerpriest/)
 * (@tinkerpriest)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/see-more-removable/#post-4713679)
 * There isn’t an option for this. But you can use CSS to remove it:
 *     ```
       #more-site {
          display: none;
       }
       ```
   
 *  [LaLaLaLaura](https://wordpress.org/support/users/lalalalaura/)
 * (@lalalalaura)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/see-more-removable/#post-4713792)
 * I tried this, but it didn’t work until I added the only-on-home class. So the
   code looks like this. (Child theme CSS).
 *     ```
       .only-on-home #more-site {
          display: none;
       }
       ```
   
 * Just thought I’d put that out there in case anyone else had that issue. Thanks
   for this theme!

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

The topic ‘"See More" Removable?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/arcade-basic/1.1.1/screenshot.
   png)
 * Arcade Basic
 * [Support Threads](https://wordpress.org/support/theme/arcade-basic/)
 * [Active Topics](https://wordpress.org/support/theme/arcade-basic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/arcade-basic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/arcade-basic/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [LaLaLaLaura](https://wordpress.org/support/users/lalalalaura/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/see-more-removable/#post-4713792)
 * Status: resolved