Remove "Read More" button
- The topic ‘Remove "Read More" button’ is closed to new replies.
Need help? Check out our Support site, then
Hi, how can I remove the “Read More” button from the posts on the Homepage?
The blog I need help with is: (visible only to logged in users)
Hi there – you can do that with the following custom css:
#main article a.read-more {
display: none;
}
Thanks – Ben
👍 thanks