How to change background colour (white)

Nicky

Avatar: Nicky

2009-02-24 14:15

Can't find the specification of the background colour, default white of the 'text' area where all products are listed.

Changing this in default.css gives no change whatsoever (when I change background-color:@fff to something else, nothing happens) :

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,ul{margin:0;padding:0;border:0;}
body,table{background-color:#fff;color:#222;font-size:0.75em;font-family:Verdana, Arial, sans-serif;}

» Quick.Cart v3.x

Nicky

beholder

Avatar: beholder

2009-02-24 19:26

did you look here?
http://opensolution.org/Quick.Cart/docs/?id=design

cgan

Avatar: cgan

2009-02-25 07:55

Nicky - in default.css find this:
/* RIGHT COLUMN STYLES */.
Two lines below you have this code: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left;}
Then add background-color:#eee; so it will look someting like this: #page{float:right;display:block;width:536px;margin:0 0 10px;padding:0 0 10px;text-align:left; background-color:#eee;}

Of course you change #eee to the color you want.

cgan

Back to top
about us | contact