Hi
Open cart is divided in two columns, Left:shoping Cart, Categories and Information, and Right:Welcome and the products lists.
I want to be able to give to the column of the left (Shoping cart) some color of background that stay fixed although it changes the windows, that is:permanent for all the site.
This is posible ?
Thanks
You will need to edit catalog/templat/default/css/default.css
find:
change to:
Change #FF0000 to the hex color you want. Search google for a hex color table
find:
Code: Select all
#column {
width: 167px;
margin: 10px 15px 15px 0px;
float: left;
}
Code: Select all
#column {
width: 167px;
margin: 10px 15px 15px 0px;
float: left;
background: #FF0000;
}
Last edited by Qphoria on Sun Sep 07, 2008 6:17 am, edited 1 time in total.
Who is online
Users browsing this forum: No registered users and 1 guest