# Commas with tags

**URL:** <https://meta.discourse.org/t/commas-with-tags/106347>\
**Category:** Support\
**Created:** [1월 12, 2019, 9:57오전 UTC](https://meta.discourse.org/t/commas-with-tags/106347 "2019-01-12T09:57:58Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![ElForoViajero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elforoviajero/32/187116_2.png) [@ElForoViajero](https://meta.discourse.org/u/ElForoViajero)\
**Post date:** [1월 12, 2019, 9:57오전 UTC](https://meta.discourse.org/t/commas-with-tags/106347/1 "2019-01-12T09:57:58Z")

</div>

Hi there,

I have a little issue. I am starting to get topics and traffic in my community at [elforoviajero.com](http://elforoviajero.com) When I add new tags to a topic, i do not put any comma

 ![52](https://global.discourse-cdn.com/meta/original/3X/d/0/d023743c8cce161fe0ca44757b7aa59310d83ad7.png)

However, when you see the topic list, the commas appear

 ![35](https://global.discourse-cdn.com/meta/original/3X/3/2/324a267c44fda46d803ed44f1f30ffbe8553d90a.png)

Am I doing something wrong?

---

<div class="post-metadata">

**Author:** ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)\
**Post date:** [1월 12, 2019, 11:58오전 UTC](https://meta.discourse.org/t/commas-with-tags/106347/2 "2019-01-12T11:58:46Z")

</div>

The commas are only added to the “simple” tag style. It looks like you’ve customized the way that tags look but I think you’re still using the “simple” style under the `tag_style` setting in the admin.

You have a couple of options:

1. change the tag style to something other than simple and then adjust your custom styles here accordingly

2. Add this to your custom CSS to hide the commas for all tags:

---

<div class="post-metadata">

**Author:** ![ElForoViajero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elforoviajero/32/187116_2.png) [@ElForoViajero](https://meta.discourse.org/u/ElForoViajero)\
**Post date:** [1월 12, 2019, 12:05오후 UTC](https://meta.discourse.org/t/commas-with-tags/106347/3 "2019-01-12T12:05:05Z")

</div>

> [@Johani](#):
>
> .discourse-tags, .list-tags { .discourse-tag.simple:not(:last-child):after { display: none; } }

That worked like a charm 🙂 Thanks a lot!!

---

<div class="post-metadata">

**Author:** ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)\
**Post date:** [1월 12, 2019, 12:08오후 UTC](https://meta.discourse.org/t/commas-with-tags/106347/4 "2019-01-12T12:08:58Z")

</div>


