Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Shopping Cart Layout/Colour Problems

    I hope this is the right place to post but i'm trying to do some changes to the shopping cart part of the website and can't seem to find where to do these changes.

    The first problem is that when i have something in my shopping cart, the title bars of the 'shopping cart' and 'we stock' go from white text to black text with '[more]' at the end of them.

    Also, i want to change the font colours of cetain things like, prices when in your shopping cart and product titles when in your shopping cart.

    Any help would be great, thanks.

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Shopping Cart Layout/Colour Problems

    catalog/includes/templates/your_template/css/stylesheet.css

    No you need to look at the Page Source and locate the "id=" next to the text that you want. use that to locate on the Stylesheet the colors.

    Let's say you want to change the color of Sub Total.

    On the page source of the Cart, locate Sub Total. You see id="cartSubTotal?

    Search for cartSubTotal on the stylesheet.css.

    About line 373 you see:

    .tableHeading TH { }
    .tableHeading, #cartSubTotaL { }

    #cartSubTotal
    {
    border-top: 1px solid #000;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }


    It helps to have a great CSS Editor to assist you. I recommend BBedit (barebones.com)
    Cheers!
    v2.2.1

 

 

Similar Threads

  1. Shopping cart colour
    By warpz0r in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Mar 2010, 06:59 AM
  2. Problems changing layout of "add to shopping cart" box on product listing page
    By crashley1784 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 May 2008, 07:29 PM
  3. Changing background colour in shopping cart
    By dandownunder in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 27 Jul 2006, 06:06 PM
  4. colour changes to shopping cart bg
    By totorox in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jul 2006, 04:07 PM
  5. Replies: 5
    Last Post: 24 Jun 2006, 03:15 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