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

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Greyhound
Posts: 4
Joined: Sat Jul 01, 2006 6:45 pm

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

Post 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
Euronymous
Regular
Posts: 16
Joined: Sat Sep 02, 2006 6:30 pm
Contact:

Post by Euronymous »

style.css in the theme folder

search for "font-size" and edit it everywhere where you need it
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Post 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]
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

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