# סימני תוויות

**URL:** https://meta.discourse.org/t/tag-icons/109757
**Category:** Theme component
**Tags:** official, tag-icons
**Created:** [21 בפברואר,‏ 2019,‏ 1:56pm UTC](https://meta.discourse.org/t/tag-icons/109757 "2019-02-21T13:56:48Z")
**Posts on this page:** 20
**Page:** 4

<div class="post-metadata">

### Author: ![Darojax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darojax/32/335774_2.png) [@Darojax](https://meta.discourse.org/u/Darojax)
#### Post date: [28 באוקטובר,‏ 2023,‏ 6:17pm UTC](https://meta.discourse.org/t/tag-icons/109757/130 "2023-10-28T18:17:42Z")

</div>

Cheers! 👍

---

<div class="post-metadata">

### Author: ![undasein](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/undasein/32/222392_2.png) [@undasein](https://meta.discourse.org/u/undasein)
#### Post date: [2 בנובמבר,‏ 2023,‏ 5:41pm UTC](https://meta.discourse.org/t/tag-icons/109757/131 "2023-11-02T17:41:54Z")

</div>

When an icon is added to the tags, the bullet tag style icon is still displayed. Is it just me?

 ![Screenshot_20231102-183653_Kiwi Browser~2](https://global.discourse-cdn.com/meta/original/4X/0/c/4/0c47d1106450e4daa9699dcbdb202b7688e0ecbd.jpeg)

---

<div class="post-metadata">

### Author: ![Darojax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darojax/32/335774_2.png) [@Darojax](https://meta.discourse.org/u/Darojax)
#### Post date: [2 בנובמבר,‏ 2023,‏ 6:38pm UTC](https://meta.discourse.org/t/tag-icons/109757/132 "2023-11-02T18:38:46Z")

</div>

Make sure tag style is set to “simple”

 ![image](https://global.discourse-cdn.com/meta/original/4X/d/e/9/de9a31c9884432a418989acd2e91d0744725de74.png)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [2 בנובמבר,‏ 2023,‏ 6:48pm UTC](https://meta.discourse.org/t/tag-icons/109757/133 "2023-11-02T18:48:46Z")

</div>

That means you will lose the bullet style everywhere.

A new setting allowing users to choose whether to overwrite the `tag style` setting would be nice, I think.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2 בנובמבר,‏ 2023,‏ 7:16pm UTC](https://meta.discourse.org/t/tag-icons/109757/134 "2023-11-02T19:16:58Z")

</div>

With this componen it should be `box` if I’m remembering right.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [2 בנובמבר,‏ 2023,‏ 7:23pm UTC](https://meta.discourse.org/t/tag-icons/109757/135 "2023-11-02T19:23:45Z")

</div>

Here is a quick & dirty CSS to hide the bullet. 👍  
You can add it in your theme CSS or a component.

```css
a.discourse-tag.bullet:has(span.tag-icon):before {
   display: none;
}

```

---

<div class="post-metadata">

### Author: ![undasein](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/undasein/32/222392_2.png) [@undasein](https://meta.discourse.org/u/undasein)
#### Post date: [2 בנובמבר,‏ 2023,‏ 8:11pm UTC](https://meta.discourse.org/t/tag-icons/109757/136 "2023-11-02T20:11:36Z")

</div>

It works, thank you so much!

---

<div class="post-metadata">

### Author: ![gormus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gormus/32/428592_2.png) [@gormus](https://meta.discourse.org/u/gormus)
#### Post date: [2 בנובמבר,‏ 2023,‏ 9:19pm UTC](https://meta.discourse.org/t/tag-icons/109757/137 "2023-11-02T21:19:20Z")

</div>

_Feature request:_ Could it be possible to add partial slug support similar to Category Icons component?

I have multiple groups of tags, I could easily set an icon for each because the tags share the same prefixes.

For example;

`acme-2023`, `acme-2022`, `acme-2021` …

If I could select tags starting with `acme-` and assign the same icon to them, that would simplify so many things for me.

---

<div class="post-metadata">

### Author: ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)
#### Post date: [2 בנובמבר,‏ 2023,‏ 9:57pm UTC](https://meta.discourse.org/t/tag-icons/109757/138 "2023-11-02T21:57:03Z")

</div>

I’m curious about flag emojis as tag icons. Following earlier threads on it from past years.

---

<div class="post-metadata">

### Author: ![ncaming215](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ncaming215/32/205701_2.png) [@ncaming215](https://meta.discourse.org/u/ncaming215)
#### Post date: [6 באפריל,‏ 2024,‏ 3:26pm UTC](https://meta.discourse.org/t/tag-icons/109757/139 "2024-04-06T15:26:47Z")

</div>

Is there an easy’ish fix to get this component to recognize tags written in sentence case? As of now, it doesn’t work if it isn’t lowercase.

---

<div class="post-metadata">

### Author: ![bryce](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bryce/32/377822_2.png) [@bryce](https://meta.discourse.org/u/bryce)
#### Post date: [6 באפריל,‏ 2024,‏ 5:33pm UTC](https://meta.discourse.org/t/tag-icons/109757/140 "2024-04-06T17:33:53Z")

</div>

How are you able to create tags with uppercase characters? When I go to create a tag, it automatically converts it to `kebab-case`:

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/0/2/f02c220686f5b7f2c59bb3ae54e9c8d06ee57940.png)

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [6 באפריל,‏ 2024,‏ 5:36pm UTC](https://meta.discourse.org/t/tag-icons/109757/141 "2024-04-06T17:36:29Z")

</div>

Probably just disable this site setting:  
 ![image](https://global.discourse-cdn.com/meta/original/4X/4/2/1/421d18a67bc459901fa18314803f96d542d839aa.png)

---

<div class="post-metadata">

### Author: ![bryce](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bryce/32/377822_2.png) [@bryce](https://meta.discourse.org/u/bryce)
#### Post date: [6 באפריל,‏ 2024,‏ 6:07pm UTC](https://meta.discourse.org/t/tag-icons/109757/142 "2024-04-06T18:07:29Z")

</div>

Thanks Firepup, I didn’t know that was an option 😁

@ncaming215 It looks like the component converts existing tags to lowercase before comparing them to the tag-slug part in the settings. I was able to get it to work by using a lowercase version of the tag in the theme component settings.

![image](https://global.discourse-cdn.com/meta/original/4X/4/b/2/4b282a6ba129ffa0571c978c4f67b934c50bdee2.png)

* * *

![image](https://global.discourse-cdn.com/meta/original/4X/8/3/e/83e68a4a1e2589cdeb4a54c91b0047458c0f307a.png)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [6 באפריל,‏ 2024,‏ 7:29pm UTC](https://meta.discourse.org/t/tag-icons/109757/143 "2024-04-06T19:29:19Z")

</div>

I created a PR a while ago for that issue ([reported by another user](https://meta.discourse.org/t/tag-icons/109757/119))

[https://github.com/discourse/discourse-tag-icons/pull/14](https://github.com/discourse/discourse-tag-icons/pull/14)

It looks like I will need to update it to match the core change, though. Hopefully, once it is fixed, it will get some attention.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [8 באפריל,‏ 2024,‏ 12:39pm UTC](https://meta.discourse.org/t/tag-icons/109757/144 "2024-04-08T12:39:22Z")

</div>

> [@Arkshine](#):
>
> It looks like I will need to update it to match the core change, though. Hopefully, once it is fixed, it will get some attention

This should be done now. 👍

---

<div class="post-metadata">

### Author: ![David\_Ghost](https://avatars.discourse-cdn.com/v4/letter/d/c37758/32.png) [@David\_Ghost](https://meta.discourse.org/u/David_Ghost)
#### Post date: [2 ביולי,‏ 2024,‏ 5:41pm UTC](https://meta.discourse.org/t/tag-icons/109757/145 "2024-07-02T17:41:23Z")

</div>

IS there a way to have all the tags in the same style?

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [10 באוקטובר,‏ 2024,‏ 8:48am UTC](https://meta.discourse.org/t/tag-icons/109757/146 "2024-10-10T08:48:53Z")

</div>

> [@Discourse](#):
>
> List of FontAwesome 5 icons

This confused me yesterday when I created a new tag and by default I went to FA5 instead of 6 after the update.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [10 באוקטובר,‏ 2024,‏ 1:51pm UTC](https://meta.discourse.org/t/tag-icons/109757/147 "2024-10-10T13:51:41Z")

</div>

Thanks for pointing that out @ondrej. I have updated the OP. Apologies for any confusion there.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [10 באוקטובר,‏ 2024,‏ 9:00pm UTC](https://meta.discourse.org/t/tag-icons/109757/148 "2024-10-10T21:00:48Z")

</div>

I created a PR which changes the descriptions in the component (and moves them to locales/en.yml)  
[https://github.com/discourse/discourse-tag-icons/pull/22](https://github.com/discourse/discourse-tag-icons/pull/22)

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [21 באוקטובר,‏ 2024,‏ 1:28pm UTC](https://meta.discourse.org/t/tag-icons/109757/149 "2024-10-21T13:28:13Z")

</div>

how to get my custom technology icons imported in this component. eg. like cisco, dell

[Previous page](https://meta.discourse.org/t/tag-icons/109757.md?page=3)

[Next page](https://meta.discourse.org/t/tag-icons/109757.md?page=5)
