Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Change background color of shopping cart sidebox header?

    Hello!!

    Would someone please point me to the right direction in changing the background color of the shopping cart sidebox header?

    I'm not real good with css and I know it has something to do with

    h3.rightBoxHeading {
    background: #color;
    }

    I can't seem to get the right syntax to zero in on the shopping cart header only.

    Many thanks in advance!!

  2. #2
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Change background color of shopping cart sidebox header?

    Look in stylesheet.css approximately line 557


    This is what you will want to change..
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    background-color:#003399;
    margin:0em;
    padding:0.5em 0.2em;
    }

    Here's a handy tip for coding css. If you use Firefox you can add an addon utility called firebug which will allow you to right click on a element and access it css, html and other info to help you decipher what needs to be changed and where to find it
    User of zencart

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Change background color of shopping cart sidebox header?

    To target the shopping cart only, add this to your stylesheet:
    Code:
    #shoppingcartHeading {background-color:#003399;}
    Adjust to taste.

  4. #4
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Change background color of shopping cart sidebox header?

    Ah! Good point, did not pay attention to which sidebox was referred too.

    Thanks for followup
    User of zencart

  5. #5
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: Change background color of shopping cart sidebox header?

    Thank you!! I was making all sorts of combination to get that and it was just one simple div class! I also was able to change background of shopping cart with same concept. Thanks again!

 

 

Similar Threads

  1. Change Shopping Cart Background Color
    By choppervon in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 19 Oct 2009, 09:42 PM
  2. New template - Quick sidebox header background color change. Any ideas?
    By georgespokerstore in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2009, 11:42 PM
  3. Help...How to change sidebox header background color?
    By meiziwo in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 20 Jul 2008, 10:15 AM
  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