Can't find background color for Checkout page.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Can't find background color for Checkout page.

Post by Mike718NY » Tue Sep 23, 2008 9:57 am

I'm trying to find the background color for this page:

/Checkout/Default.aspx

I looked in the style sheet for it but can't find it. I'm using the Glass_Aqua
theme (just for this page) and checked that style.

Does anyone know which style changes this? thanks

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Can't find background color for Checkout page.

Post by mazhar » Tue Sep 23, 2008 10:24 pm

In fact the background color is due to #mainPanel but if you remove the background color from it then background color of #innerContentWrapper will get applied. So if you want to remove the page background color then you are in need to remove color info form #innerContentWrapper and #mainPanel CSS ids. Find the #mainPanel and #innerContentWrapper in the CSS and remove background color from their styles.

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Can't find background color for Checkout page.

Post by Mike718NY » Wed Sep 24, 2008 11:42 am

thanks Mazhar, the mainPanel Bkgrnd color was it.

I had to remove these 2 images (round left corners) that had that same color:

took out:
background:#FFFFFF url(images/CategoryBreadCrumbsEdge.gif) no-repeat left top;
from
.LoginMessage {padding: 5px 0; text-indent: 10px; width: 800px; margin:0pt auto; color:red; }

and took out:
background:#FFFFFF url(images/thumbnailTdBg.gif) no-repeat left top;
from
.opcMainPanel{width:600px; padding-right:10px; padding-left:10px; vertical-align:baseline; }

Post Reply