Page 1 of 1

what can i do to change the default font size in a theme?

Posted: Sun Oct 08, 2006 2:08 pm
by Greyhound
it seems the fonts are too small, so what can i do to change the font size in the theme? the theme is competition, and i want to know which files i should edit. thanks

Posted: Sun Oct 08, 2006 5:04 pm
by Euronymous
style.css in the theme folder

search for "font-size" and edit it everywhere where you need it

Posted: Mon Oct 09, 2006 1:22 am
by yellowled
Euronymous wrote:search for "font-size" and edit it everywhere where you need it
I'm too lazy, erm, tired to look into the style.css in question, but it is possible that the size is 'hidden' in a combined 'font:' like this one:

Code: Select all

font: 100.01% Verdana, sans-serif;
So looking for 'font-size' only might not find everything.
[/code]

Posted: Mon Oct 09, 2006 10:27 am
by d_cee
Hi

you should just change the font size in the .serendipity_entry class from x-small to whatever size you want in the style.css file

HTH

Dave