Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355222

    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!

    #1355237

    Hey CodeSamurai,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-post-metadata-category {
      color: transparent; 
    }

    Best regards,
    Rikard

    #1355240

    Perfect! That worked. Thank you very much for the quick help!

    #1355247

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove commas between metadata items when using the Post Metadata Widget’ is closed to new replies.