Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping_Cart.php


iceDonkey

Recommended Posts

Posted

Hello all,

 

does anyonw know how to change the heading background color for the cart contents from the standard grey, or whatever color it is, to a custom color?

 

Unless I've missed something in stylesheet.css it's not in there.

 

Cheers,

 

Ice.

SEO
Posted

try changing the backgroung of the infoBoxHeading class in the stylesheet. For the corners there are 2 separate images that can be also changed.

Posted
try changing the backgroung of the infoBoxHeading class in the stylesheet. For the corners there are 2 separate images that can be also changed.

 

Thanks for the reply.

 

I've changed every value in the style sheet and nothing changes the colour of of the background heading of the contents of the shopping cart or the contents of categories.

 

See here

 

and here

 

Thanks,

 

Ice

SEO
Posted

here is your html generated code:

 

	<td width="100%" height="14" class="infoBoxHeading">Categories</td>

 

so it is the infoBoxHeading in your stylesheet.css. And the left-corner image is:

images/infobox/corner_left.gif

Posted
here is your html generated code:

 

	<td width="100%" height="14" class="infoBoxHeading">Categories</td>

 

so it is the infoBoxHeading in your stylesheet.css. And the left-corner image is:

images/infobox/corner_left.gif

 

I'm not sure If I explained what I needed properly but the part of the stylesheet I needed to change was:

 

.productListing-heading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #0066cc;
 color: #FFFFFF;
 font-weight: bold;
}

 

I changed the background colour to change what I needed.

 

Cheers,

 

Ice

SEO

Archived

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

×
×
  • Create New...