Archived topic
How to make Tags Bold
3 replies · Started by Oppo Gene on January 6, 2023
Viewing posts 1–4 of 4
Hi there, want to bold my tags as shown in the image
Hi there,
Can you link us to the site in question and point us to where we should be looking at?
Here you can
Try this CSS:
span.tags-links a[rel="tag"] {
font-weight: bold;
}
This archived topic is closed to new replies.