Remove "Posted In" and "Tagged in" in Quintus
-
How do I remove the “Posted in” and “Tagged in” references under each post on my homepage?
The blog I need help with is: (visible only to logged in users)
-
You can hide the category and tag links from below posts in the Quintus theme with this CSS:
footer.entry-meta .cat-links, footer.entry-meta .tag-links { display: none; }You may also want to adjust other things such as removing the left border from there as well:
footer.entry-meta { border-left: none; }
- The topic ‘Remove "Posted In" and "Tagged in" in Quintus’ is closed to new replies.