• Resolved lilbigblue

    (@lilbigblue)


    I am having the most frustrating time trying to update the font size/formats for my bullet and numbered lists. I went through my stylesheet a few times making the updates (at least i thought i got them all) to make the font size the same as the rest of the blog post, but nothing ever worked.

    Here’s a link to a post that shows the font size getting smaller for any text in a list: link to post

    I’m probably missing something simple, or just updating the wrong parts of the stylesheet. Any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lilbigblue

    (@lilbigblue)

    bump for some help. still haven’t figured this out 🙁

    Just as a note of caution, you shouldn’t be editing the theme’s files directly. If you upgrade/update the theme because of bug fixes, feature enhancements, or security patches, your changes will be lost. Instead, either create a child theme or use a CSS plugin like Jetpack or Custom CSS Manager.

    Add this CSS rule:

    .post li {
       font-size: 1.2em;
    }

    Thread Starter lilbigblue

    (@lilbigblue)

    @crouchingbruin – You are awesome! Thanks so much for the CSS rule; been bugging me for a month now.

    I’ll also take your advice and either roll with a child theme or use a CSS plugin in the future.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet/Numbered Lists Font Size’ is closed to new replies.