Hi,
Do you know how to change the font size of my blog?
Cheers,
Anton
Change blog font size
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Change blog font size
Hi!
Through editing the style.css file of your selected template.
Best regards,
Garvin
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/
# 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/
Re: Change blog font size
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
Hi!
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
Then you can:toncho11 wrote:And what if I didn't know CSS?
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/
# 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/
Re: Change blog font size
ok
...
CSS easy? Not so sure about that.
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
Your question can be answered quite easily with a url to your site....
=Don=
Re: Change blog font size
Create a file called user.css with the text editor of your choice. Add the following to that filetoncho11 wrote:http://toninio.com
Code: Select all
#wrapper { font-size: 100%; }That should do about it.
YL