how to change theme configs

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
mjd
Regular
Posts: 11
Joined: Tue Feb 09, 2010 2:56 pm

how to change theme configs

Post by mjd »

hi,
how can i change theme configurations,for example,how can i change width and height of header image?
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: how to change theme configs

Post by Don Chambers »

That depends on the theme. Your theme should have a /templates/YOURTHEME/style.css... banner/header dimensions, are typically in the theme's stylesheet.

I can be more specific if you provide a URL to the site.
=Don=
mjd
Regular
Posts: 11
Joined: Tue Feb 09, 2010 2:56 pm

Re: how to change theme configs

Post by mjd »

Don Chambers wrote:That depends on the theme. Your theme should have a /templates/YOURTHEME/style.css... banner/header dimensions, are typically in the theme's stylesheet.

I can be more specific if you provide a URL to the site.
thanks,but how can i change template table configs such as:

Code: Select all

<tr>
<td valign="top"><img src="/blog/images/spacer.gif" alt="" width="28" height="1" /></td>

<td align="left" valign="top"><img src="/blog/images/img_03.jpg" alt="" width="326" height="138" /></td>	

<td align="left" valign="top"><img src="/blog/images/img_04.jpg" alt="" width="394" height="138" /></td>
							</tr>
for example,i want to change width iof "mg_03.jpg" that is the header image of template.i found it in my website source code in browser.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: how to change theme configs

Post by Don Chambers »

The most likely file (though not for certain) is /templates/YOURTEMPLATE/index.tpl.
=Don=
Post Reply