Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Posts
    35
    Plugin Contributions
    0

    Default Change Price Color in SHopping Cart

    I have made other CSS changes to re-skin the site, but I am now stuck with not being able to see the actual prices in the cart.

    Below is the code from Firebug, and here is a screen of the area in question.

    As you can see the prices are in white and are inheriting that color from the stylesheet.css, but I can't figure out where to change them specifically.

    Any help greatly appreciated!




    Code:
    <td class="cartTotalDisplay">$25.00</td>

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Change Price Color in SHopping Cart

    Look in stylesheet.css for:

    .cartTotalDisplay


    ... if it is not there, then add it in, applying the color you want:

    .cartTotalDisplay {color: #000000;} (would be black)

    If it IS there (and nested with other classes or ID's), then still do what I say above, because if you add the color: #000000; declaration to a nested set of styles, it will apply to ALL of them.

    Make sure that the above declaration goes UNDER/BELOW any others relating to .cartTotalDisplay.
    20 years a Zencart User

  3. #3
    Join Date
    Jan 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: Change Price Color in SHopping Cart

    Thats got it! Thanks so much!

 

 

Similar Threads

  1. Shopping Cart link / need to change color
    By marsgate in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Nov 2010, 03:17 PM
  2. Color change of shopping cart content window
    By MT Ed in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Aug 2010, 02:54 PM
  3. Change Shopping Cart Background Color
    By choppervon in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 19 Oct 2009, 09:42 PM
  4. Shopping Cart Row Color Change
    By rplatt in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Nov 2007, 08:39 PM
  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