[Resolved] How to style blog post tags.

Home Forums Support [Resolved] How to style blog post tags.

Home Forums Support How to style blog post tags.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1592254
    Sanjay

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

    My Site: Cricgram

    I want my tags like this.
    Image

    #1592320
    Ying
    Staff
    Customer Support

    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 🙂

    #1593290
    Sanjay

    Yes It is working. Thanks.

    May i want to know, How to I remove comma between each tag.

    #1593363
    David
    Staff
    Customer Support
    #1593366
    Sanjay

    Thanks

    #1593388
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.