Blog Post - change font size of bullet list

Hello,

I have two questions for blog posts regarding font sizes:

  1. How do I change the font size of bullet list items – it seems like they are all the same size and cannot change the font size. It is currently too small.
  2. How do I change the default font size for paragraph size, right now normal is too small, and medium is perfect. Can I change it to default to “medium”?

Thank you very much.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

  1. please provide page url and i will take a look
  2. you can use this css code:

p {
font-size: 16px
}

Thank you. Here is the link: https://www.mastrategypartners.co/post-merger-integration/

Note how the bulleted areas 1.2.3. etc are smaller in font. I cannot make those to be larger. Ideally I would like to be able to set the default font size for a blog post regardless of if they are bullets or not.

I would like to change the font size for the bullets though to the same as the rest of the text size.

Thank you very much.

hey there

Please add this CSS in appearance - customize - additional CSS

.has-medium-font-size, ol li, p {
font-size: 20px;
line-height: 28px;
}

Thanks!
Colorlib Support Team