Change font color globally

Hi,

We have a member who has trouble reading the light grey font on the Shapely theme. Is there a way to change the font color globally for the whole site? Black would be my preference.

Hi there

Please provide link to your website, let me see it

Website address is: https://azlmsc.org/

User finds that there is not enough contrast between grey font color and white background… He can’t read the text.

Hi there

This code will make it better:

.entry-content p {
    color: #000;
    font-size: 16px;
}

Add it in Appearance > Customize > Additionall css

Regards

Thank you, that worked for everything except list blocks and tables. List blocks have an option to change the font color for the block, but you have to do it manually. Tables do not have font color control.

Is there a way to update the List block and the Table block so the font is black?

Tables: Board of Directors – Arizona Masters Swimming
Lists: How to Host a Swim Meet – Arizona Masters Swimming

Hi

This code will fix remaining elements :slight_smile:

.entry-content {
    color: #000;
}

Regards

Thank you! That worked.

That’s nice to hear :slight_smile:

Have a good week