Formatting Text on every page?

Permalink 1 user found helpful
hi guys...im pulling my hair out here. How on god's earth do you get the font to be the same size / colour on every page.

 
johndorsay replied on at Permalink Reply
johndorsay
You would define this in the typography.css file located in themes/ or concrete/themes

You can set all the paragraph text like
p {color:#000; font-size:14px;}
h1 {color:#000; font-size:24px;


This will set all the text wrapped in a <p> tag to black at 14 points.