Changing Size of Content Font

How do I change the size of the content font? It is difficult to read. I don’t see where I can make it bolder or change the color either. Thanks.

Hello there,

I hope you are doing well today.

You would have to use CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Font size */
p, span {
    font-weight: 400;
    font-size: 18px;
}

If this does not work, please tell us what con tent specifically you want to change.

Best Regards,
Support