Changing the display of categories within the post

Hello

I need help, when I put two categories in some post I published, the categories are this way side by side, with only one space. I would like it to be either a comma or a dash “-”.

Thank you.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Hello!
This is the URL of my site: Resenha: Réplica Paleta Huda Beauty Rose Gold Edition | Ateliê da Bruna
I thank you for your attention.

Hi there,
Thanks for the link.
I checked on your that post and the category tags are actually separated by a comma. Attached is a screenshot form my end. Could I possibly be missing out on something here?

I look forward to your reply.
Best Regards,
Support.

@Support

I think her site is still have a space between the category tag.

I have the same issue, I want to add a “-” or “,” between posts with multiple categories, how this can be done?

Thanks

hey there

Please add this CSS in appearance - customize - additional CSS

.cat-title ul li:last-child:after {
    display: none;
}
.cat-title ul li:after {
    content: "-";
    padding-right: 4px;
    position: relative;
    left: 3px;
}

Thanks!
Colorlib Support Team