I am using the Post Metadata widget on a post to display all associated tags. Everything is working fine but between each tag is a comma. I would like to remove the comma between all tags. So instead of the widget showing tag1, tag2, tag3, it would show just tag1 tag2 tag3.
Is there a method to remove the commas via CSS? How can I remove all the commas? Thanks!
Hey CodeSamurai,
Please try the following in Quick CSS under Enfold->General Styling:
.av-post-metadata-category {
color: transparent;
}
Best regards,
Rikard
Perfect! That worked. Thank you very much for the quick help!
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike