Jump to content
Sign in to follow this  
slingr

Proper way to change font size of post title link and post title?

Recommended Posts

slingr

I would like to reduce the default size of the post title links that appear on the blog page, and especially the post title that appears on the single post page. What's the right way to do this, assigning a different h tag to those elements or changing the size of the h tags that are used, or something else? It's a simple site and the h tags aren't used much. And am I correct that the element I'm looking to change is "entry-title"? Thanks.

Share this post


Link to post
Share on other sites
catrina

Yes, the entry-title element is the one that needs to be changed, but the element is more specific than that. Can you please post a link to your site so I can provide the right CSS?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
slingr

Catrina, I've done something that looks like it works but I don't understand why. I added this custom code: .entry-title { font-size:1.5em; } .entry-title a { font-size: .8em; } Does that look right or is there something else I need to set? The blog page is: http://nopanacea.com/wordpress/category/kris-swedin/ The single post page is: http://nopanacea.com/wordpress/2011/07/19/jaime-michaels-santa-fe-creative-who-enriches-our-community/

Share this post


Link to post
Share on other sites
slingr

Great. Thanks for the confirmation, Catrina.

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  

×