Site logo

Archived topic

How to style blog post tags.

5 replies · Started by Sanjay on December 23, 2020

Viewing posts 1–6 of 6

Hy i want to add css in my blog post's tags.

My Site: Cricgram

I want my tags like this.
Image

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.

Thanks

You're welcome

This archived topic is closed to new replies.