Site logo

Archived topic

Customize Bullet Style

4 replies · Started by IU on March 25, 2020

Viewing posts 1–5 of 5

Hi there,

if you use the default list ie. do not select the bullet type or add any styles you can use this CSS:

ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}

ul ul ul {
    list-style: square;
}

Thank you for always!!

David saves the day again! Thank you.

Glad you found that useful :)

This archived topic is closed to new replies.