Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-05-2014 16:59:28

mixer25
Member
From: Ireland
Registered: 04-02-2006
Posts: 601

Changing Color of Product Boxes and background

I'm trying to change the current color of White in the product boxes and background catagory to a light grey colour, however I cannot find the complete code to change..

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Content                                  | */
/* +------------------------------------------------------------+ */

#skin_content {
     margin: 0px;
     display: block;
     width: 768px;
     float: left;
     background-color: #FFFFFF;
     color: #000000;
     padding: 10px;
     }

If I change the Background Color here from #FFFFFF to #DEDEDE this works but only on the surrounding area of the boxes, the product boxes stay white and the CSS also causes the grey to bleed into the white on the rest.

I have tried loads of changes, but cannot find the code to complete this.

I would be quite happy to leave the boxes white almost if the white didn't bleed into the other areas, I guess its all set to white so works, but when you change the above it mixes the colors.

Any ideas?

Thanks

Last edited by mixer25 (05-05-2014 17:01:25)

Offline

 

#2 05-06-2014 08:07:52

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Changing Color of Product Boxes and background

You're looking to edit div.ecom_prodlist and div.ecom_catlist, which appear in the skin's CSS files.


Nick Hendler

Offline

 

Board footer