marolle 0 Report post Posted July 6, 2011 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 3 Report post Posted July 6, 2011 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 0 Report post Posted July 6, 2011 the css is not working Share this post Link to post Share on other sites
catrina 103 Report post Posted July 7, 2011 Where are you placing your 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
marolle 0 Report post Posted July 7, 2011 in the custom CSS Share this post Link to post Share on other sites
Kate 3 Report post Posted July 7, 2011 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 0 Report post Posted July 7, 2011 THANKS alot!!! now its working looks alot better. Share this post Link to post Share on other sites