Title: Change buttons
Last modified: August 31, 2016

---

# Change buttons

 *  [ValleyJim](https://wordpress.org/support/users/valleyjim/)
 * (@valleyjim)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/)
 * I hate to say this but I think the styling on the “Continue Reading” and “Read
   the Rest” buttons is a little on the ugly side and they are too large (this is
   just my opinion of course! 🙂 )
 * Now, what I would like to do is 1) completely remove the “Continue Reading” button
   because is just seems redundant to me. and 2) restyle the “Read the Rest” button.
 * So where do I need to look to get these things accomplished?
 * Thanks!
    Jim

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/change-buttons-3/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/change-buttons-3/page/2/?output_format=md)

 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456076)
 * Hello there Jim!
 * We could hide the “Continue Reading” button, but I’m not sure what is the “Read
   the rest” one you mention, could it be from a plugin? Is there a link where we
   can have a look?
 *  Thread Starter [ValleyJim](https://wordpress.org/support/users/valleyjim/)
 * (@valleyjim)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456082)
 * JimandMS.com
 * I have done some work to the style of the buttons and I am not finished with 
   that yet. The “Read the Rest” could be from a plugin but what I wind up with 
   is a button that says read the rest and another that says continue reading…..
 * All of the social links are fine and I like the divider I would just like to 
   get rid of the continue reading.
 * Thanks for looking!
    Jim
 *  Thread Starter [ValleyJim](https://wordpress.org/support/users/valleyjim/)
 * (@valleyjim)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456093)
 * Ok I was just looking through my plugins and saw one called Advanced Excerpt 
   since my last theme did not let me do excerpts easily.
 * Does this theme support doing excerpts for posts natively?
 * If it does I will happily dump the plugin…..
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456210)
 * Hi there, if you want to remove the continue reading button paste this in your
   custom css box
 *     ```
       .entry-utils >a {
           display: none;
       }
       ```
   
 * You can enable “Excerpt” from Screen Options in your post and write your custom
   excerpt content there. Also you can use in your post editor the “insert read 
   more tag” button, to divide the excerpt from the content. Let me know if you 
   have any issues
 *  Thread Starter [ValleyJim](https://wordpress.org/support/users/valleyjim/)
 * (@valleyjim)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456264)
 * Thanks for the info. Worked like a charm.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456299)
 * Glad I could help!
 *  [alex991](https://wordpress.org/support/users/alex991/)
 * (@alex991)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456408)
 * I would like to my wordpress show me some page on site but i have instaled categories
   for pages, so it shows pages as posts, how to solve this?
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456409)
 * Hi there,
 * [@alex991](https://wordpress.org/support/users/alex991/) can you explain more
   what are you trying to achieve? Do you have a url so I can have a closer look?
 *  [alex991](https://wordpress.org/support/users/alex991/)
 * (@alex991)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456419)
 * My pages are like posts because of a plugin,so i need to remove continue reading
   button so they can show like normal page,how to do that, can i use custom css
   for thay, but i need just one post to be changed,thanks
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456420)
 * Hi there, can you provide a url so I can have a closer look?
 *  [alex991](https://wordpress.org/support/users/alex991/)
 * (@alex991)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456421)
 * Here is the [url](http://www.coffeestainless.com/?cat=8), the espresso machines
   post, but thats actualy a page in my wordpress admin panel, but its showing as
   a post because of a plugin,as i explained before. So i need to remove that continue
   reading somehow.
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456422)
 * Hi there,
    You will need to add some custom CSS to achieve this. Install and 
   activate [this plugin](https://wordpress.org/plugins/wp-add-custom-css/) then
   go to “Add Custom CSS” on your dashboard and paste this
 *     ```
       .category .entry-utils > a{
        display:none;
       }
       ```
   
 *  in the box.
 * Let me know if this helps
 *  [alex991](https://wordpress.org/support/users/alex991/)
 * (@alex991)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456423)
 * No change 🙁
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456424)
 * Hi there,
 * please make sure you clear your cache after adding the custom css.
 * Let me know if this works
 *  [alex991](https://wordpress.org/support/users/alex991/)
 * (@alex991)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/#post-7456431)
 * I cleared but its still the same.

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/change-buttons-3/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/change-buttons-3/page/2/?output_format=md)

The topic ‘Change buttons’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 24 replies
 * 4 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/change-buttons-3/page/2/#post-7456443)
 * Status: not resolved