• Resolved nikhilazza

    (@nikhilazza)


    I want to make the numbered list numbers bold on my Neve Theme blog. Presently the numbers show like;

    1.
    2.
    3.

    I want to convert it to;

    1.
    2.
    3.

    Please Help!

Viewing 1 replies (of 1 total)
  • Hello @nikhilazza!

    It’s possible to do this by adding the code below in the Additional CSS section within the Customizer.

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

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘How to Make Numbered List Numbers Bold.’ is closed to new replies.