Archived topic
Hiding post excerpt in archive view with element
4 replies · Started by Michael on March 31, 2020
I have a lot of posts with youtube videos as their content, when I look at the category view. I get the full youtube video per post. I'd like to be able to exclude this category from showing the post excerpt. The rest of my categories I'd still like to show excerpts.
Can't seem to find a way to do it with elements, or maybe I'm doing it the wrong way.
Can you help?
Hi there,
Give this CSS a shot:
body.archive.category-brad-stefanov .entry-content {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo, didn't work for me, the videos are still showing.
Got it working, ignore the above.. thanks (I'd changed categories since I posted, updated the CSS to match the new category and now works).
No problem :)