[-- CR_ShopSiteMessages --]

General ShopSite user discussion

[-- CR_ShopSiteMessages --]

Postby Don Lundell » Fri Oct 07, 2005 3:22 pm

For the life of me, I can't seem to change the FFFFCC bgcolor in [-- CR_ShopSiteMessages --]

which in one example generates:

<table class="ups_error" border="1" cellpadding="5" cellspacing="0">
<tr>
<td class="ups_error" bgcolor="#FFFFCC">
<img src="https://commerce33.pair.com/zr/store/ss_images/en-US/msg/warning-yello
w.gif" width="30" height="29">
</td>
<td class="ups_error" bgcolor="#FFFFCC">
Email address already in use</td>
</tr>
</table>

I've got background and shade color set to another color, so it's not coming from there. I'm
using the plain template, and have changed the background color in the plain template file
and in themes.dat (just to try to figure out where it's coming from).

Can someone point me in the right direction?

Thanks,

- dc
Don Lundell
 

Re: [-- CR_ShopSiteMessages --]

Postby jim » Mon Oct 10, 2005 10:29 am

Since there is a class defined for this in the style sheet, just add the
background color to the style sheet (an include file with a .css
extention, which one will depend on what template you are using). Here
is what is in the style sheet for the new Elite -left menu silver theme
added to ShopSite 8.0

td.ups_error {
border: 2px ridge #000000;
background-color: #C0C0C0;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

So when the error occurs the background is gray like the rest of the page.

Jim

Don Lundell wrote:
For the life of me, I can't seem to change the FFFFCC bgcolor in [--
CR_ShopSiteMessages --]

which in one example generates:

table class="ups_error" border="1" cellpadding="5" cellspacing="0"
tr
td class="ups_error" bgcolor="#FFFFCC"
img
src="https://commerce33.pair.com/zr/store/ss_images/en-US/msg/warning-yello
w.gif" width="30" height="29"
/td
td class="ups_error" bgcolor="#FFFFCC"
Email address already in use</td
/tr
/table

I've got background and shade color set to another color, so it's not
coming from there. I'm
using the plain template, and have changed the background color in the
plain template file
and in themes.dat (just to try to figure out where it's coming from).

Can someone point me in the right direction?

Thanks,

- dc
jim
 

Re: [-- CR_ShopSiteMessages --]

Postby Don Lundell » Mon Oct 10, 2005 12:25 pm

On Mon, 10 Oct 2005 10:29:51 -0700, jim <beeutahful@gmail.com> wrote:

Since there is a class defined for this in the style sheet, just add the
background color to the style sheet (an include file with a .css
extention, which one will depend on what template you are using). Here
is what is in the style sheet for the new Elite -left menu silver theme
added to ShopSite 8.0

td.ups_error {
border: 2px ridge #000000;
background-color: #C0C0C0;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

So when the error occurs the background is gray like the rest of the page.

Thanks Jim.

Added to cr.css.

- dc
Don Lundell
 


Return to User Forum

Who is online

Users browsing this forum: Google [Bot] and 55 guests

cron