Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Portugal
    Posts
    377
    Plugin Contributions
    1

    Default Changing background colour in shopping cart

    Hi Guys, I am wondering if it is possible to change the background colour in my shopping cart. I have changed my site and don't like the way the background for the product list in your shopping bag has different shades of grey as my images don't fit in. Here is a screen shot of it:



    What has everyone else done here ? as I can see it makes sense to have different shades to distinguish between each product in the list.
    Any ideas and or how would I go about changing the colours ? which file or stylesheet is it in ?

    Cheers
    Dan.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing background colour in shopping cart

    This is contained in your stylesheet.css file and you should find this code:
    Code:
    .rowOdd {
    	background-color: #F0F0F0;
    	height: 1.5em;
    	vertical-align: top;
    	}
    
    .rowEven {
    	background-color: #E8E8E8;
    	height: 1.5em;
    	vertical-align: top;
    	}
    And change the colors to ones that match or complement your site.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2006
    Location
    Portugal
    Posts
    377
    Plugin Contributions
    1

    Default Re: Changing background colour in shopping cart

    Great Thanks Kobra, just what I was looking for

    Cheers
    Dan.

 

 

Similar Threads

  1. Changing colour or text in shopping cart box on home page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jul 2011, 04:47 PM
  2. Changing Font Colour in Header of Shopping Cart Sidebox
    By robert_morgan04 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Aug 2009, 05:36 PM
  3. Shopping Cart Contents Background Colour
    By hockley in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Jan 2009, 09:24 PM
  4. Changing Background Colour
    By robert_harper_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Nov 2007, 01:06 AM

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