Page 1 of 1

how to modify a theme?

Posted: Sun Dec 04, 2005 12:33 pm
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...

Posted: Sun Dec 04, 2005 11:43 pm
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

Posted: Mon Dec 05, 2005 10:36 am
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