font size – Hello Sassafras

QuestionsCategory: Questionsfont size – Hello Sassafras
Christine Zelina asked 5 years ago

Hello.  I would like to increase my font size for the body.  I tried it in the additional css area by putting:
body {
font-size: 18 px;
}
but that didn’t seem to work.  The style.css has both a font size percentage and several places where it shows 14  px.  Is there one area that will override all of this?  Thank you.  I would like it to be 18 px.
 

1 Answers
Support Team Staff answered 5 years ago

On line 34 in your style sheet you will see

body > div {
font-size: 1.4rem;
}

Change that to

font-size: 1.8rem;

Then be sure to clear your hosting cache as well as your browser cache.

Christine Zelina replied 5 years ago

Thank you!!