iceDonkey Posted January 12, 2007 Share Posted January 12, 2007 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 Link to comment Share on other sites More sharing options...
Guest Posted January 12, 2007 Share Posted January 12, 2007 try changing the backgroung of the infoBoxHeading class in the stylesheet. For the corners there are 2 separate images that can be also changed. Link to comment Share on other sites More sharing options...
iceDonkey Posted January 16, 2007 Author Share Posted January 16, 2007 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 Link to comment Share on other sites More sharing options...
iceDonkey Posted January 17, 2007 Author Share Posted January 17, 2007 I've also looked in Product_list.php and shopping_cart.php without any success. SEO Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 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 Link to comment Share on other sites More sharing options...
iceDonkey Posted January 24, 2007 Author Share Posted January 24, 2007 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.