Change blog font size

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
toncho11
Regular
Posts: 12
Joined: Thu Jan 17, 2008 10:58 am

Change blog font size

Post by toncho11 »

Hi,

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

Cheers,
Anton
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change blog font size

Post by garvinhicking »

Hi!

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

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toncho11
Regular
Posts: 12
Joined: Thu Jan 17, 2008 10:58 am

Re: Change blog font size

Post by toncho11 »

And what if I didn't know CSS?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change blog font size

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toncho11
Regular
Posts: 12
Joined: Thu Jan 17, 2008 10:58 am

Re: Change blog font size

Post by toncho11 »

ok :) ...

CSS easy? Not so sure about that.
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Change blog font size

Post by Don Chambers »

Your question can be answered quite easily with a url to your site....
=Don=
toncho11
Regular
Posts: 12
Joined: Thu Jan 17, 2008 10:58 am

Re: Change blog font size

Post by toncho11 »

Sure,

http://toninio.com

Don't forget to leave a comment :)
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Change blog font size

Post 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
Post Reply