how to modify a theme?

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

how to modify a theme?

Post by Guest »

hello,
i´m from germany ...so sorry for bad english;)

i have a problem: I would like to get a logo instead of the title of the Blogs indicated...

and I also want to replace some fonts into images...


how can i do this?

i have edited the default theme...
Way
Regular
Posts: 59
Joined: Mon Nov 07, 2005 12:39 am
Location: SA
Contact:

Post by Way »

You can do that by editing file style.css
You find this file in template directory

And always you can change in fonts by looking to this lines in every code

font-size: 10pt;
font-size: 10px;
font-weight: bold;
font-family: verdan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

In your CSS stylesheet, you can use "background-image" for the HTML selectors/elements to replace them.

Or you edit your template's index.tpl file to make HTML changes.

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