Greetings,
Convinced a client to goto Ethos 1. She has a blog with 50+ previous posts using a basic wordpress theme. After changing the theme, I used custom CSS globally to change the header tags and such. However, I want to use cornerstone going forward and the global CSS is messing it up.
My question is, how can I use the custom CSS for the previous posts? I tried to add code to the bottom of each post in post settings, but it says use classes. These do not work in the Post Setting Body CSS box:
p {font-size:1.1em;}
h1{font-size:2.5em;}
h2{
font-size:2.0em;
font-weight:300;}
h3{
font-size:1.5em;
font-weight:300;}
h4{
font-size:1.1em;
font-weight:300;}
How can I add this custom css to each post so I can remove the global CSS and move forward with Cornerstone default settings?