I use wordpress.org version of blogging. What can i do to increase my font size? I want them to be arial 13.
What theme do you use? Some themes have more than 1 CSS files. Make sure you edit the right one. - Dynashox -
Ok. I have look at the theme and it only have 1 css file. Which part of the blog you want the font to be Arial 13? You can open the style.css yourself and find the word that says font-family and font-size and just edit the value to whatever you want. - Dynashox -
I want the content of the blog posts to be Arial 13. Hi, Am sorry but i tried this and it did not work out. I edited the font size and font family i saw at the body of the style.css. Please any other way out. Thanks.
I just look at the css file and it's not the body part that you should edit, but it's at .entry. Here is the final code for it : .entry{ line-height:20px; font-size:13px; font-family: Arial; padding:5px 20px 0 4px; } Hope that helps. - Dynashox -