Archived topic
Hide Meta Description
3 replies · Started by Ryan on November 25, 2020
Hi, It seems like on my front page blog shows the Meta description. I think i've set it to be hidden, but some info still shows up.
I've tested disabling my SEO plugin (the seo framework) and it is still showing up. Here is a pic of my settings:
https://imgur.com/a/AOWx4DZ
I've set excerpt count to 0, but it is showing things like "..." or the meta description
Hi there,
Give this CSS a shot:
.entry-summary p:not(.read-more-container) {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo. As a side note, do you know why only some posts on my hoempage have the "Read More" button? there doesn't seem to be a pattern of which has it msissing. I'd like the button to show for all posts on the homepage: https://ibb.co/4ZCN8VQ
Any chance you can open a new topic for the separate issue?
Thanks!