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

    Hello,
    I need to change the font size for the unordered and ordered lists. They seem to be smaller than the body text. I used this CSS and it didn’t seem to work. All text should all be 13.5px.

    body p {
    font-size: 13.5px !important;
    }

    .post-content ol,
    .post-content ul,
    .post-content li {
    font-size: 13.5px !important;
    line-height: 1.6em !important;
    margin: 0 0 1em 1.5em !important;
    padding: 0 !important;
    }

    Here’s the page that shows the different sizes. The lists are 13 px. I cleared the cache and it’s not updating.

    Any help would be appreciated. Thanks!

    #1488696

    Hey iveyeng,

    Thank you for the inquiry.

    Please try to use this css code to adjust the font size of the list items:

    div.entry-content-wrapper ol li, div.entry-content-wrapper ul li {
        font-size: 13.5px;
    }

    Let us know the result.

    Best regards,
    Ismael

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