Page 1 of 1

how to change theme configs

Posted: Tue Feb 09, 2010 4:22 pm
by mjd
hi,
how can i change theme configurations,for example,how can i change width and height of header image?

Re: how to change theme configs

Posted: Tue Feb 09, 2010 4:29 pm
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.

Re: how to change theme configs

Posted: Tue Feb 09, 2010 4:51 pm
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.

Re: how to change theme configs

Posted: Tue Feb 09, 2010 5:57 pm
by Don Chambers
The most likely file (though not for certain) is /templates/YOURTEMPLATE/index.tpl.