Where to find the HTML code to edit the font size for theme.

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
bree2706
Regular
Posts: 14
Joined: Sat Nov 03, 2007 3:53 am
Contact:

Where to find the HTML code to edit the font size for theme.

Post by bree2706 »

Hi. I'm really new to blogging and HTML. As you can tell by my question, I'm sure. But I want to modify the "Bex" theme so that it has a larger font size for all entries. Can you tell me what to do please? Thanks for your help!
Jessica
Mangek
Regular
Posts: 85
Joined: Tue Jun 24, 2008 1:08 am
Location: Sweden
Contact:

Post by Mangek »

Hey Jessica,

You need to add this to the css:

Code: Select all

.serendipity_entry_body {
font-size: 14pt; }
(The number can be changed to what size you'd like).

:-]
bree2706
Regular
Posts: 14
Joined: Sat Nov 03, 2007 3:53 am
Contact:

Thanks, how do I get to CSS

Post by bree2706 »

Hi! Thanks for your reply! I use Supersized.org. My blog address is http://heartful.supersized.org/. Where do I find the CSS you speak of. I looked up and down my blog to find such a thing and wasn't sure where to look. :? Thanks for your really simple help.

Jessica
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Thanks, how do I get to CSS

Post by yellowled »

bree2706 wrote:I use Supersized.org. My blog address is http://heartful.supersized.org/. Where do I find the CSS you speak of.
In an ordinary s9y installation, it should be in /templates/<YOURTEMPLATE>/, but I'm not sure how all this works using supersized.org.

However, there is a special supersized.org subforum in this forum. You should find some more informed help there :)

YL
Post Reply