Results 1 to 5 of 5

How To Change Background Color in Cart??

This is a discussion on How To Change Background Color in Cart?? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Need some help here. If you go to www.yorkpahosting.com/oscmax6 and just add two products to the shopping cart you will ...

      
  1. #1
    New Member
    Join Date
    Sep 2008
    Posts
    17
    Rep Power
    0


    Default How To Change Background Color in Cart??

    Need some help here. If you go to www.yorkpahosting.com/oscmax6 and just add two products to the shopping cart you will see what I'm trying to do. It adds the first product to the cart with a black background and the next product has a tiled background of an image. Where are thos backgounds controlled so I can change them to normal colors that match the site? Looked in Stylesheet and can't seem to find it.

    Thanks

  2. #2
    New Member
    Join Date
    Sep 2008
    Posts
    17
    Rep Power
    0


    Default Re: How To Change Background Color in Cart??

    Well I found where the black background was coming from and removed the black from the stylesheet but now it seems to be pulling my info box header image as the background and repeating it as the background. How can I get rid of that for the shopping cart while leaving that image for the headers?

  3. #3
    New Member
    Join Date
    May 2008
    Posts
    6
    Rep Power
    0


    Default Re: How To Change Background Color in Cart??

    hello, edit your stylesheet.css and change:

    Code:
    table.productListing {
    border:1px solid #CC0000;
    border-spacing:1px;
    to:

    Code:
    table.productListing {
    background:#C0DFFD none repeat scroll 0 0;
    border:1px solid #CC0000;
    border-spacing:1px;

  4. #4
    New Member
    Join Date
    Sep 2008
    Posts
    17
    Rep Power
    0


    Default Re: How To Change Background Color in Cart??

    Quote Originally Posted by m2d^ View Post
    hello, edit your stylesheet.css and change:

    Code:
    table.productListing {
    border:1px solid #CC0000;
    border-spacing:1px;
    to:

    Code:
    table.productListing {
    background:#C0DFFD none repeat scroll 0 0;
    border:1px solid #CC0000;
    border-spacing:1px;

    You are awesome! Fixed it right up! Thanks for responding!

  5. #5
    New Member
    Join Date
    May 2008
    Posts
    6
    Rep Power
    0


    Default Re: How To Change Background Color in Cart??

    glad to help!

Similar Threads

  1. Changing Background color
    By tclhost in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 11-05-2005, 02:00 PM
  2. change boxes background color now have double boxes
    By ANNIE11 in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 08-22-2005, 08:16 PM
  3. Subcategory Background Color
    By cathelle in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 08-03-2005, 09:10 AM
  4. where can I change the background color?
    By chenzhu in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 06-30-2005, 06:08 PM
  5. How to change categories background color?
    By javabeans in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-19-2005, 05:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •