Tagged: hide category labels
Hi David Humphreys,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.entry-meta.category-meta { display: none; } body.single .site-content .entry-meta.category-meta { display: block; }
Thanks
Thanks:)
This mostly works, but the labels still show on the individual pages.
This is OK, because the rest looks a lot less cluttered now 🙂
Ok if you want to hide them even on the Single (individual) Pages then you can ignore the second block of codes from the previous provided code and only use the first block of code as like below.
.entry-meta.category-meta { display: none; }