Title: Quick Theme Question
Last modified: August 19, 2016

---

# Quick Theme Question

 *  Resolved [ipt2ggeec](https://wordpress.org/support/users/ipt2ggeec/)
 * (@ipt2ggeec)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/)
 * I’m using the the theme TheProfessional and I am unsure how to remove the “Read
   More” button from the 3 features articles on the home page. So how do I remove
   these buttons?
 * The link for the website is [HERE](http://fastprobateloans.com/).

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

 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070073)
 * Hi,
    The class readmore is on the list page as well, so you need to only hide
   these on the home page.
 * The three posts on the homepage are in a class called service.
 * In the style.css try ** adding at the end**!
 *     ```
       /* Custom Style Home Readmore */
       div.service a.readmore {
          display: none;
       }
       ```
   
 * **Note:**
    The only issue is that these are post excerpts, so if any of these
   are more than the number of excerpt words the full post cannot be read.
 * HTH
 * David
 *  Thread Starter [ipt2ggeec](https://wordpress.org/support/users/ipt2ggeec/)
 * (@ipt2ggeec)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070101)
 * Hi David,
 * Thank you for the reply but unfortunately that didn’t work. It didn’t do anything.
   Anything else I could do to remove it?
 * By the way, the the theme has three other stylesheets to enable different colors
   on the theme. Would that info make a difference?
 * Thanks,
    David
 *  [Rafa Minu](https://wordpress.org/support/users/rafaminu/)
 * (@rafaminu)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070166)
 * In style.css find the following:
 *     ```
       #content a.readmore {
           background: url("http://64.19.142.12/fastprobateloans.com/wp-content/themes/TheProfessional/images/readmore.png") no-repeat scroll right bottom transparent;
       ```
   
 * and remove the whole background: url(…)…; line
 * That removes the graphic button. Are you trying to remove the text link as well?
 *  Thread Starter [ipt2ggeec](https://wordpress.org/support/users/ipt2ggeec/)
 * (@ipt2ggeec)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070169)
 * Thanks for the response, rafaminu.
 * Yes, I want to also remove the text.
 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070171)
 * The answer from rafaminu will remove the button from the post list on the archive
   page you had earlier as well.
 * I see you have removed that page and if you are not using a blog page or category
   list then just use.
 *     ```
       #content a.readmore {
       display: none;
       }
       ```
   
 * But it will remove the ‘read more’ on all posts and lists, so you will not be
   able to have a blog page.
 * HTH
 * David
 *  [Rafa Minu](https://wordpress.org/support/users/rafaminu/)
 * (@rafaminu)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070172)
 * That’s a bit more complicated, just a bit.
    What I don’t understand is why would
   you want to remove a link to the original post?
 * Anyway, in your home page php file look for the lines that contain:
    `read more`
   and remove them.
 * More info here:
    [http://codex.wordpress.org/Customizing_the_Read_More](http://codex.wordpress.org/Customizing_the_Read_More)
 *  Thread Starter [ipt2ggeec](https://wordpress.org/support/users/ipt2ggeec/)
 * (@ipt2ggeec)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070174)
 * Excellent, thank you so much rafaminu. That did the trick.
 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070175)
 * iPT2gGeec (David),
    The style I posted first is being reset by another style,
   all you need to do is make it !important and it should work, it is showing in
   FireBug with a strikethrough.
 *     ```
       /* Custom Style Home Readmore */
       div.service a.readmore {
          display: none !important;
       }
       ```
   
 * The `!important` will stop an un-important style from changing it!
 * HTH
 * David

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

The topic ‘Quick Theme Question’ is closed to new replies.

## Tags

 * [adjust](https://wordpress.org/support/topic-tag/adjust/)
 * [change](https://wordpress.org/support/topic-tag/change/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 8 replies
 * 3 participants
 * Last reply from: [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/quick-theme-question/#post-2070175)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
