Jump to content

CubeCart v6


PeaNuts

Recommended Posts

We suggest that changes to the styling be made in the file cubecart.default.css. This file is initially blank, it gets loaded last, thus any rules here overrule any previous rule. (Keep a copy of this file if edited, as it does get replaced on an upgrade.)

Add this rule:

body { background-color: purple; }

But that covers the whole page.

The Foundation system uses rows and 12 columns in each row (can be nested). Everything is in a row.

So, we can apply a color to the row class to get back the white background.

Add this rule:

.row {background-color: white }

Have CubeCart clear its internal cache (admin, Maintenance, Rebuild tab).

Link to comment
Share on other sites

Hi PeaNuts here, cannot find cubecart default css, please help, if found would I just add.       body { background-color: purple; } .row {background-color: white }

could a wallpaper image be supported.  Cheers

found it ! possibly?  skins/foundation/css/ cubecart.css

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...