nsbra 0 Report post Posted July 28, 2011 I want to change the size of the header text on posts. Or post subject line whatever it is called. It look like it's an H1 but I want to change it to H2 or H3. Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 28, 2011 It is an H1. It is much easier to change the size of that H1, rather than change it to an H2 or H3. Paste this in Custom Code -> Custom CSS: .entry-title{ font-size:12px !important; } Share this post Link to post Share on other sites
nsbra 0 Report post Posted July 28, 2011 Ok I added that to the Custom Code in the theme options but it's still the same size? www.nsbra.ca is the website . Share this post Link to post Share on other sites
nsbra 0 Report post Posted July 28, 2011 Ok this is what I had to change. .post-title h2 { font-size: 1.7em; letter-spacing: -0.02em; line-height: 1em; text-transform: none; Share this post Link to post Share on other sites