Site logo

Archived topic

Bold numbers list

3 replies · Started by Thomas on January 13, 2023

Viewing posts 1–4 of 4

Hello everybody,

I am using the Emerald Theme. I want to create a page where I have a text that is listed by numbers, such as:

1. Article
2. Article
3. Article

I can manage to change the text to be bold, however, not the numbers - can you help on this please?

thank you and best,
Thomas

Hi there,

you can use this CSS to style the numbers:

ol li::marker {
    font-weight: bold;
}

It works, thank you so much David!

best,
thomas

You're welcome

This archived topic is closed to new replies.