Archived topic
How to style blog post tags.
5 replies · Started by Sanjay on December 23, 2020
Viewing posts 1–6 of 6
Hi Sanjay,
Try this css:
span.tags-links {
margin-bottom: 10px;
}
span.tags-links a {
color: black;
padding: 10px;
background-color: #D8D8D8;
border-radius: 5px;
}
Let me know :)
Yes It is working. Thanks.
May i want to know, How to I remove comma between each tag.
Hi there,
try adding the PHP Snippet that Leo provides here:
https://generatepress.com/forums/topic/remove-commas-from-tags-2/#post-1082172
Adding PHP: https://docs.generatepress.com/article/adding-php/
Thanks
You're welcome
This archived topic is closed to new replies.