Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    107
    Plugin Contributions
    0

    Default Trouble with cart box....

    Hi all...

    The picture below is a screen shot of my shopping cart box that appears when I add something to my cart and then continue shopping...



    As you can see, the title isn't showing very well because of the text colour and the product text is a ghastly shade of green.

    Despite scouring the stylesheet, I can't for the life of me find the code I need to change to alter the title colour and the product text colour...

    All help very much appreciated...

    Many thanks
    Arkie....

  2. #2
    Join Date
    Oct 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Trouble with cart box....

    Anyone???

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Trouble with cart box....

    In YOURCURRENTTEMPLATE stylesheet
    look for
    Code:
    .cartNewItem {
     color: #FF4040;
     position: relative;  /*do not remove-fixes stupid IEbug*/
     }
    .cartOldItem {
     color: #660099;
     position: relative;  /*do not remove-fixes stupid IEbug*/
     }
    Alter those hex colours to suit

  4. #4
    Join Date
    Oct 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Trouble with cart box....

    Thanks for your help Misty...

    I take it those codes change the product in cart text colours?

    Could tyou tell me what cpde changes the Cart Box 'Title' text?

    Many thanks

    Arkie.,...

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Trouble with cart box....

    YES, code in my previous post changes cart text
    Cart Box Title...
    Try adding/altering in stylesheet
    Code:
     
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
     font-size: 1em;
     color: #000080;
     }
     
    h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
     color: #FFFF33;
     text-decoration: none;
     }
    Again, alter hex colours to suit

  6. #6
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: Trouble with cart box....

    Arkwright,

    If you'll use the Firefox browser and download the Firebug plug-in, you can use it to look at your page and see exactly what lines in the stylesheet.css file are handling different site properties so you can make changes.
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  7. #7
    Join Date
    Oct 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Trouble with cart box....

    Thanks madmumbler...

    never heard of of Firebug, let me go look...

    Arkie...

  8. #8
    Join Date
    Oct 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Trouble with cart box....

    Downloaded the Firebug Plug In, but I may as well be looking at how to split the atom using only a pair of tweezers and a very sharp razor blade...

    Arkie....

 

 

Similar Threads

  1. trouble with shopping cart
    By fezzy-s-16 in forum General Questions
    Replies: 2
    Last Post: 1 Jun 2008, 03:29 AM
  2. new links in the info box, but a few little things i'm having trouble with! :)
    By katylouise in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Sep 2006, 11:07 PM
  3. Trouble with Shopping cart
    By emman in forum General Questions
    Replies: 11
    Last Post: 21 Jul 2006, 07:04 AM
  4. trouble with xoops zen cart
    By arconser in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 3 Jun 2006, 03:24 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