Thanks

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
ddegagne

Thanks

Post by ddegagne »

Thanks everyone for your help, I got it to work. Now I just need to get rid of the text. I deleted the h1 banner code but the text is still there.

I really appreciate people like you that take the time to help others. Everytime I learn something new it makes a lot of things clearer.

Regards

Don

http://ordinaryjoe.ca/blog/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Thanks

Post by garvinhicking »

Please do not open a new thread for this, reply to the old one instead.

For making your text in h1, h2 disappear use this in your stylesheet:

Code: Select all

#serendipity_banner h1, #hserendipity_banner h2 {
  display: none;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply