Remove Read More

Is it possible to remove the “Read More” button on posts where the whole post is already displayed?

Source: www.greenongreen.net

Thanks!

You can remove that button entirely but can don it from post to post unless you filter those posts by ID and hide them manually.

To hide “Read More” button for all posts you can use this code in Theme Options - Other - Custom CSS

.btn.btn-default.read-more {
    display: none;
}

Hi Algars! I am also trying to hide the ‘read more’ button but that Custom CSS you gave is not working for my site. Here’s a link: http://eventosybodascostarica.com/bodas-costa-rica/
Thank you in advance for your help :slight_smile: