Delete excerpts in category pages
-
Hi. In category pages like this https://letrasypoesia.com/category/autores/ariel-villaverde-argentina/ the excerpts are not good because the content is poetry, so in the excerpts some of the words appears together. Looks bad. Is there some css for hide the excerpts, then just shows the title in all category pages?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
I did not test this CSS on your entire site, but this should do what you’re looking for:
body.category .entry-content { display: none; }Hope that helps!
-
It works, thank you. It is possible to hide the meta (date, author, etc) in that category body?
-
Hi there,
It is possible to hide the meta (date, author, etc) in that category body?
Yes indeed:
.entry-meta .svg-icon, .entry-footer .svg-icon { display: none; }Let me know if that works!
-
-
-
- The topic ‘Delete excerpts in category pages’ is closed to new replies.