Dawn Theme - change font size without code?

@gracefuldz

Forgot to mention. You can always set up a font-size for the

Just go to Asset folder and find the base.css file. Then add the code below. NOTE: you can change the size on whatever you want. It should affect the elements that uses the

tag, unless, they already have a defined font-size

p {

font-size: 1rem;

}

1 Like