Jump to content
Sign in to follow this  
marolle

how do I change the size of this text ?

Recommended Posts

marolle

1. when you look at the comments page on my blog, ex here: http://marolle.com/blog/?p=5486#comments the text with responses is SO big. How do I change it to a be smaller ? also the text where it says "skriv et svar" (write an answer) I want it to be smaller too. 2. and can I change the text ? so it will be danish and not english ? thanks!

Share this post


Link to post
Share on other sites
Kate

Hi Marie, Here's the CSS for the font sizes:

#comments-title, #reply-title{font-size:1.8em;}

2) You can use a plugin, such as WPML.

Share this post


Link to post
Share on other sites
marolle

the css is not working :(

Share this post


Link to post
Share on other sites
Kate

Hey Marie, When you added the code, you used classes instead of IDs (like I used above). Please copy and paste this code (same as above):

#comments-title, #reply-title{font-size:1.8em;}

Just tested it again and it worked fine ;)

Share this post


Link to post
Share on other sites
marolle

THANKS alot!!! now its working :) looks alot better.

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  

×