Site logo

[Support request] Bold numbers list

Home Forums Support [Support request] Bold numbers list

Home Forums Support Bold numbers list

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2494211
    Thomas

    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

    #2494393
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to style the numbers:

    ol li::marker {
        font-weight: bold;
    }
    #2494469
    Thomas

    It works, thank you so much David!

    best,
    thomas

    #2494505
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.