Hi.
I have simple problem. I can't change 3 colors in template. I look in style.css, template.html and can't find.
Here is printscreen for you to see what is 3 colors.
Thanks.
Sorry. I forgot. I want yellow change to red, green to pink and orange to pink too.
Here is the link to gallery for better see the problem
http://www.prsata.com/index.php
QuoteI look in style.css, template.html and can't find.
You must modify the background pictures in the images folder from the fruity theme.
Quote from: Frantz on December 25, 2006, 10:30:50 AM
You must modify the background pictures in the images folder from the fruity theme.
Yes, this was the first thing what I was doing, but don't work. I don't know why, maybe is a bug in template.
Well, obviously you have not replaced the graphic resources, as your page displays standard fruity colors. This is not a bug, but a PEBKAC issue. I suggest not to shout "bug" if issues exist on your end.
What is PEBKAC issue.
I replaced all images like button_bg.gif, main_top_left.gif, middle_top2.gif, lb_left.gif and this images is ok, but this yellow color is not in css or images group. Yellow, green and orange is from template but I can't change. I change in template but don't work on site.
I solve the problem. Only can be solved changing color code in html code
{CUSTOM_HEADER}
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td id="m11" style="background-color:#CE0000"> </td>
<td style="background-color:#CE0000" id="m12"> </td>
<td id="m13">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td style="background-image:url(themes/fruity/images/middle_top2.gif);background-repeat:no-repeat;background-color:#FFA600" width="168">
<img src="themes/fruity/images/blind.gif" width="168" height="81" border="0" alt="" />
</td>
<td style="background-color:#FFA600" align="left" valign="middle">
and
<td style="background-color:#CE0000"> </td>
<td style="background-image:url(themes/fruity/images/lb_left.gif);background-repeat:no-repeat" width="126">
<img src="themes/fruity/images/blind.gif" width="1" height="55" border="0" alt="" /> </td>
.....
{CUSTOM_FOOTER}