[Resolved] Numbered list format

Home Forums Support [Resolved] Numbered list format

Home Forums Support Numbered list format

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2240003
    Elmehdi

    Whenever I try to make headline numbered lists such as H2, the number always looks small compared to the text. See the image in the link below to see what I mean.
    How can I make numbers look bigger or at least the same size as the headline, which is in this case H2?

    Image link: https://ibb.co/ZNZ9Q5b

    #2240127
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the page where i can see this ?

    #2240280
    Elmehdi

    sure.

    #2240289
    David
    Staff
    Customer Support

    Try this CSS:

    ol li::marker {
      font-size: 24px;
      font-weight: 700;
    }
    #2240612
    Elmehdi

    looks good but how do i make the number also bold to match the style of the bolded headline?

    #2240614
    Leo
    Staff
    Customer Support
    #2240641
    Elmehdi

    thanks

    #2240667
    Leo
    Staff
    Customer Support

    No problem 🙂

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