Support
Support » Theme: Twenty Twenty-One » How to hide categories and tags from blog excerpts on home page?
(@rebsy)
11 months, 2 weeks ago
Hello. How can I hide the categories and tags under the blog excerpts on the home page? Thank you.
The page I need help with: [log in to see the link]
(@macmanx)
Volunteer Moderator
Add this via Additional CSS in the Customizer:
.content-area .post-taxonomies { display: none; }