How do I make changes to this ceejay01 style?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
sjbmaine
Regular
Posts: 19
Joined: Wed Apr 04, 2007 1:28 pm

How do I make changes to this ceejay01 style?

Post by sjbmaine »

I would like to change the title font style at the top of my static page entries. I've been modifying ceejay01's template for my project. The source code shows this as <h4 class="serendipity_title">, but I'm at a loss where to change this in the style sheet. Can anyone help?
Susan in Maine
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi Susan

I don't have a copy of this template installed anywhere just now so if you could post your url so I can take a look I'm sure there's a very quick answer just waiting for you :-)

cheers

Dave
sjbmaine
Regular
Posts: 19
Joined: Wed Apr 04, 2007 1:28 pm

Post by sjbmaine »

Dave, it's http://www.womendowneast.com. Thanks!
Susan in Maine
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi Susan

in 'General Styles' near the beginning of your style.css file you've got

Code: Select all

h3, h4 {font-size: 13pt; font-weight:bold; margin :10px 0; padding:0; }
you can change this to whatever you want. However this will change all h3 and h4 tags on your site.

If you only want the title to change you should add

Code: Select all

h4.serendipity_title {
font-family: whatever_you_want;
}
to the style.css file

HTH

Dave
sjbmaine
Regular
Posts: 19
Joined: Wed Apr 04, 2007 1:28 pm

Post by sjbmaine »

Thanks!
Susan in Maine
Post Reply