Changing font size on numbered lists in posts

Home Forums Iconic One Pro Support Changing font size on numbered lists in posts

This topic contains 2 replies, has 2 voices, and was last updated by  WMHCheryl 7 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4453

    WMHCheryl
    Participant

    I used your css in the simple custom CSS plugin to change the site wide font.
    .entry-content p, .entry-summary p, .comment-content p {
    font-size: 16px;
    }

    I only noticed tonight that an older post that had a numbered list has the old original font size while the rest of the font size was changed when I added the custom CSS. I assume because numbered lists must be called something different than the above listed entry-content, etc.

    Here is the blog post I am referring to showing size difference. It is the pros and cons section.

    Goats: To De-horn or Not To De-horn…..

    Thanks for your assistance.

    #4454

    You can use like this:

    .entry-content ol {
        font-size: 16px;
    }
    #4516

    WMHCheryl
    Participant

    Thanks a bunch !

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.