Removing the Read More.. buttons on the Home page
-
I wanted to remove the Read More… buttons on the Home page, but couldn’t find a easy way to do it when searching Google. I found the .css code needed to accomplish this in a couple of places, but it involved creating a child page and was a little over my head.
After some further thought, I remembered a location where you could add .css to the page, and pasted in the code I found. It worked like a charm!
Hopefully this will help others who are trying to accomplish the same results.
To remove the Read More… links or buttons, just go to your Theme Options under the Appearance link on the left of the interface. Choose Styling, and past the .css code there.
The code for removing the Read More buttons is:
.feature_contentbox a.readmore {
display:none;
}I’m learning more & more about this every minute, but this one seemed to be tricky to do, so hopefully anyone that does a search will stumble onto this post.
Happy site building,
Thadd
- The topic ‘Removing the Read More.. buttons on the Home page’ is closed to new replies.