# Replace • with - in posts

**URL:** <https://meta.discourse.org/t/replace-with-in-posts/118967>\
**Category:** Support\
**Created:** [May 29, 2019, 9:03am UTC](https://meta.discourse.org/t/replace-with-in-posts/118967 "2019-05-29T09:03:19Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [May 29, 2019, 9:03am UTC](https://meta.discourse.org/t/replace-with-in-posts/118967/1 "2019-05-29T09:03:20Z")

</div>

We have a lot of lists in our forum and would love to replace the • bullet listing with - dashes. Is it possible to edit that in the settings or css?

I tried the code below, but it completely removed the listing. Any ideas?

```plaintext
ul {
  list-style-type: none;
}

```

---

<div class="post-metadata">

**Author:** ![\_vincent](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/_vincent/32/119557_2.png) [@\_vincent](https://meta.discourse.org/u/_vincent)\
**Post date:** [May 29, 2019, 11:59am UTC](https://meta.discourse.org/t/replace-with-in-posts/118967/2 "2019-05-29T11:59:21Z")

</div>

You could try using a string as list-style-type:

```
list-style-type: '-';

```

> **[Propriété CSS list-style-type - CSS | MDN](https://developer.mozilla.org/fr/docs/Web/CSS/Reference/Properties/list-style-type)**
>
> La propriété CSS list-style-type permet de définir l'apparence de la puce d'un élément de liste (un cercle, un caractère, un compteur spécifique, etc.).

---

<div class="post-metadata">

**Author:** ![calebs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/calebs/32/148838_2.png) [@calebs](https://meta.discourse.org/u/calebs)\
**Post date:** [May 29, 2019, 12:14pm UTC](https://meta.discourse.org/t/replace-with-in-posts/118967/3 "2019-05-29T12:14:49Z")

</div>

Thank you, Vincent! That really helped!

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [November 18, 2022, 2:50pm UTC](https://meta.discourse.org/t/replace-with-in-posts/118967/5 "2022-11-18T14:50:26Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
