Probelm with 3 colors changing Probelm with 3 colors changing
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Probelm with 3 colors changing

Started by Visitors, December 25, 2006, 06:12:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Visitors

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.

Visitors

Sorry. I forgot. I want yellow change to red, green to pink and orange to pink too.

Visitors


François Keller

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.
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Visitors

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.

Joachim Müller

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.

Visitors

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.

Visitors

#7
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">&nbsp;</td>
      <td style="background-color:#CE0000" id="m12">&nbsp;</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">&nbsp;</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="" />&nbsp;</td>
.....
{CUSTOM_FOOTER}