Title: Remove &#8220;continue reading&#8221; button
Last modified: July 27, 2020

---

# Remove “continue reading” button

 *  Resolved [mondocar](https://wordpress.org/support/users/mondocar/)
 * (@mondocar)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/)
 * Hello, i need to remove the big “continue reading” button, i want to keep the
   text only, is possible? Thanks in advance.

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

 *  Theme Author [htmlpie](https://wordpress.org/support/users/htmlpie/)
 * (@htmlpie)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/#post-13176937)
 * Hi there,
 * It’ll be available as a new feature in a few days.
 * In the meantime, you can use some CSS to hide it:
 *     ```
       a.more-link {
         display: none;
       }
       ```
   
 * It should added through **Appearance -> Customize -> Additional CSS**.
 * Hope it helps!
 *  Thread Starter [mondocar](https://wordpress.org/support/users/mondocar/)
 * (@mondocar)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/#post-13177667)
 * Hi, thanks for the reply,
    i tried, but don’t work…
 *     ```
       a.more-link {
         display: none;
       }
       ```
   
 * change anything
 *     ```
       #primary a.more-link {
         display: none;
       }
       ```
   
 * disappear everything, button and text…
 * but no problem, i wait the new feature, thanks.
    -  This reply was modified 5 years, 10 months ago by [mondocar](https://wordpress.org/support/users/mondocar/).
 *  Theme Author [htmlpie](https://wordpress.org/support/users/htmlpie/)
 * (@htmlpie)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/#post-13181222)
 * Oh, thought you meant “removing” it; alright, we can add this feature too. The
   new version will be available in a few days. Thanks.
 *  Theme Author [htmlpie](https://wordpress.org/support/users/htmlpie/)
 * (@htmlpie)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/#post-13195773)
 * Hi there,
 * We’ve added this feature, you can find it under **Appearance -> Customize -> 
   Content -> List Views**.
 * Please [rate the theme](https://wordpress.org/support/theme/pen/reviews/#new-post),
   and [the plugin](https://wordpress.org/support/plugin/pen-extra-features/reviews/#new-post)
   too, thank you!

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

The topic ‘Remove “continue reading” button’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [htmlpie](https://wordpress.org/support/users/htmlpie/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/remove-continue-reading-button-2/#post-13195773)
 * Status: resolved