Site logo

[Support request] How to customize unordered lists?

Home Forums Support [Support request] How to customize unordered lists?

Home Forums Support How to customize unordered lists?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #722627
    Johanna

    Trying to increase font size of the li elements

    View post on imgur.com

    #722650
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.