Page 1 of 1

Change blog font size

Posted: Sun Feb 01, 2009 11:21 pm
by toncho11
Hi,

Do you know how to change the font size of my blog?

Cheers,
Anton

Re: Change blog font size

Posted: Mon Feb 02, 2009 10:19 am
by garvinhicking
Hi!

Through editing the style.css file of your selected template.

Best regards,
Garvin

Re: Change blog font size

Posted: Mon Feb 02, 2009 1:33 pm
by toncho11
And what if I didn't know CSS?

Re: Change blog font size

Posted: Mon Feb 02, 2009 2:21 pm
by garvinhicking
Hi!
toncho11 wrote:And what if I didn't know CSS?
Then you can:

A. Learn CSS. It's easy.

B. Ask on a CSS-specialized forum what you must insert into the style.css

C. Ask here what you must insert into style.css (tell us which template you are using, and which font-size you want)

D. Pay someone to patch the stylesheet for you, or ask a friend to do it

E. Live with what free templates are offered to you :)

F. Use another template that might better suit your font sizing

G. Yield. :-)

Best regards,
Garvin

Re: Change blog font size

Posted: Mon Feb 02, 2009 2:37 pm
by toncho11
ok :) ...

CSS easy? Not so sure about that.

Re: Change blog font size

Posted: Mon Feb 02, 2009 4:05 pm
by Don Chambers
Your question can be answered quite easily with a url to your site....

Re: Change blog font size

Posted: Mon Feb 02, 2009 4:24 pm
by toncho11
Sure,

http://toninio.com

Don't forget to leave a comment :)

Re: Change blog font size

Posted: Mon Feb 02, 2009 5:17 pm
by yellowled
toncho11 wrote:http://toninio.com
Create a file called user.css with the text editor of your choice. Add the following to that file

Code: Select all

#wrapper { font-size: 100%; }
and save it. Now upload that file to your blog's directory /templates/bulletproof/, go to the admin backend -> "Manage styles" and set the theme option to use the user.css to "Yes".

That should do about it.

YL