Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2009
    Posts
    19
    Plugin Contributions
    0

    Default Change Shopping Cart Background Color

    This should be an easy one, the words "shopping cart" are making searches chaotic. Thanks in advance.

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Change Shopping Cart Background Color

    Please post a link to your site so that I can see what you are referring to.

  3. #3
    Join Date
    Sep 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Shopping Cart Background Color


  4. #4
    Join Date
    Sep 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Shopping Cart Background Color

    I guess I didn't explain the problem well enough. What is happening is when an item is added to the cart, the text isn't seen because the cart background field is white/pale blue and the font for the site is white. I need to know how to either change the background field color of the cart or change the font color (for the cart only). I've searched both through this forum and through the Developers Toolkit and haven't been able to find the answer. Thanks for any help.

  5. #5
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Change Shopping Cart Background Color

    #shoppingCartDefault { color: #000;}


    that should do the trick i think ( is easier to change the font colour)



    I would reccommend downloading the web dev tool for firefox.......as it allows you to see what div/classes are applied to what element and what styles are associated with them

  6. #6
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Change Shopping Cart Background Color

    Also dont forget to remove the following text

    'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)'

  7. #7
    Join Date
    Sep 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Shopping Cart Background Color

    Thanks for the reply, the code worked for the price and total, but not for the item name, it's still white. Looks like that font color is tied in w/ the item listing.

  8. #8
    Join Date
    Jul 2009
    Posts
    234
    Plugin Contributions
    1

    Default Re: Change Shopping Cart Background Color

    #cartContentsDisplay
    .tableHeading
    #scQuantityHeading
    #scUpdateQuantity
    #scProductsHeading
    #scUnitHeading
    #scTotalHeading
    #scRemoveHeading

    Heres a list of id's and classes that the table uses, have a play with those.

    (to get them, i did a view source, as i i dnt have firefox here)

  9. #9
    Join Date
    Sep 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Change Shopping Cart Background Color

    Thanks for the help, I did find the code to change the cart background color:

    tr.rowEven {
    background-color: #000000;
    }

 

 

Similar Threads

  1. shopping cart background color
    By alexdog1805 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Mar 2011, 05:04 PM
  2. Change background color of shopping cart sidebox header?
    By sunflowertami in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jun 2008, 01:19 AM
  3. Change background color of Add to cart
    By Decostyle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 May 2008, 11:00 PM
  4. I want to change background color in my shopping cart content table. How do I do?
    By cmplx in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Mar 2008, 02:58 AM
  5. Change background color in shopping cart
    By HandcraftedUK in forum General Questions
    Replies: 1
    Last Post: 29 Oct 2007, 05:02 PM

Posting Permissions

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