Post by Junior » Sun Sep 07, 2008 4:42 am

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

Newbie

Posts

Joined
Sun Aug 10, 2008 4:29 pm

Post by Qphoria » Sun Sep 07, 2008 6:13 am

You will need to edit catalog/templat/default/css/default.css

find:

Code: Select all

#column {
	width: 167px;
	margin: 10px 15px 15px 0px; 
	float: left;
}
change to:

Code: Select all

#column {
	width: 167px; 
	margin: 10px 15px 15px 0px; 
	float: left;
   background: #FF0000;
}
Change #FF0000 to the hex color you want. Search google for a hex color table
Last edited by Qphoria on Sun Sep 07, 2008 6:17 am, edited 1 time in total.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Junior » Sun Sep 07, 2008 6:45 am

Thanks.

Newbie

Posts

Joined
Sun Aug 10, 2008 4:29 pm
Who is online

Users browsing this forum: No registered users and 1 guest