how to increase text size in wordpress posts?

montyp

BANNED
Jan 1, 2008
68
141
i am using the titanium theme for a few blogs, but i am having an issue with the size of the text. it is too small for even my 20/20 vision. anyone out there know how i can increase the size of the text?

i am also having the same problem with a few other themes and think i am just missing how to do this.

thanks for your help.
 
admin> design> theme editor> look for style.css

look for this line

font-size: xx px;

inside the body selector

body {
font-size: xx px;
}

where xx is the pixel size of the font to be displayed on your theme
 
since you said you are using the titanium theme

Code:
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #111111 url(images/body-bg.jpg) top repeat-x; color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
[B]	font-size: 11px;[/B]  [COLOR="Red"][COLOR="Yellow"]<--- change this value[/COLOR][/COLOR]
	text-align: center;
	margin: 0px; padding: 10px 0px;
 
istar, you really went out of your way to give a great response.

I didn't ask the question and don't need the answer, but I thank you anyway!
 
istarapol & darklegion, thanks big time for that!! yet another reason why this place is the best...
 
hey if you guys could help once again. i did replace the number (experimented with 20 and 22), updated file, refreshed page and no change to previous text on already published pages. i then made a test page and once again no change. what do you think i am doing??

thanks again for your help.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock