Page 1 of 1

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

Posted: Sat Nov 01, 2008 6:56 am
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

Posted: Sat Nov 01, 2008 10:39 am
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).

:-]

Thanks, how do I get to CSS

Posted: Sat Nov 01, 2008 5:24 pm
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

Re: Thanks, how do I get to CSS

Posted: Sat Nov 01, 2008 7:52 pm
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