Jump to content
Sign in to follow this  
nsbra

How to change post header txt size?

Recommended Posts

nsbra

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×