Site logo

Archived topic

How to customize unordered lists?

1 reply · Started by Johanna on November 8, 2018

Viewing posts 1–2 of 2

That's an ordered list - so you can do this:

ol li {
    font-size: 17px;
}

For an unordered list, you can do this:

ul li {
    font-size: 17px;
}
This archived topic is closed to new replies.