Hi there,
Please refer to this topic:
Is it possible to add a comma (,) between the categories that get listed when there are multiple categories applied to a post? And, of course, the last category listed would not have a comma after it.
Thank you.
Hi pozza!
Try adding this to your custom CSS.
.news-headline > .widget_latest_category:after { content: ","; }
.news-headline > .widget_latest_category:last-child:after { content: "" !important; }
Best regards,
Elliott
Thank you – works perfectly – and thanks for the prompt response!