Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2008
    Location
    Connecticut
    Posts
    77
    Plugin Contributions
    0

    Default Changing shopping cart text

    Is there a way to change the shopping cart text color? Not the sidebox, but the actual shopping cart checkout screen.

    If there isn't a way, is there a way to change the background where the products are listed?

    Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Changing shopping cart text

    A link to your site would help tons. We would then be able to look at your css and point you in the right direction.

    Tina

  3. #3
    Join Date
    Jul 2008
    Location
    Connecticut
    Posts
    77
    Plugin Contributions
    0

    Default Re: Changing shopping cart text


  4. #4
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Changing shopping cart text

    find this in your stylesheet:

    cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay (line 396)
    {
    padding-top: 0.5em;
    padding-right: 0em;
    padding-bottom: 0.5em;
    padding-left: 0em;
    }
    and try adding a line for the text color.

    More codes to play with:

    .tableHeading, #cartSubTotal (line 380)
    {
    background-color: #e9e9e9; <----change background color here
    }
    #cartSubTotal (line 384)
    {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }
    I'm no expert, but this is where I would start. Make sure you edit a COPY of the css so if this doesn't work for you, your original css is available to go back to.

    It may help you to get Firefox and the web developers tool so you can edit the css and see what happens BEFORE you start messing with codes on your live site.

    Hope this helps you.

    Tina

  5. #5
    Join Date
    Jul 2008
    Location
    Connecticut
    Posts
    77
    Plugin Contributions
    0

    Default Re: Changing shopping cart text

    Thanks, But neither one of those worked. I have already tried those in the past with no luck and just tried again now. And I do have the web developer plugin, but couldn't seem to find out what css attribute it was.

    The background-color one just changes the bottom bar (Where the sub total goes), and the other one doesn't change any of the colors =/

  6. #6
    Join Date
    Jul 2008
    Location
    Connecticut
    Posts
    77
    Plugin Contributions
    0

    Default Re: Changing shopping cart text

    Found the color,

    For future reference you can find it here:

    Code:
    	.rowEven {
    	background-color: #F0F0F0;
            }
            .rowOdd {
    	background-color: #E8E8E8;
    Last edited by bswinnerton; 26 Jul 2008 at 11:45 PM.

  7. #7
    Join Date
    Jul 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Changing shopping cart text

    Quote Originally Posted by bswinnerton View Post
    Is there a way to change the shopping cart text color? Not the sidebox, but the actual shopping cart checkout screen.

    If there isn't a way, is there a way to change the background where the products are listed?

    Thanks

    Hi

    Wuick question, how did you display images with the product catorgries on the main page

 

 

Similar Threads

  1. Changing update cart and delete button in shopping cart to text.
    By k1ra in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Mar 2014, 10:52 PM
  2. 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
  3. Text Box Attribute - text not wrapping in shopping cart
    By cowgirlmodel in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 23 Oct 2009, 07:00 PM
  4. Edit cart text: Shopping Cart [more] ?
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Sep 2009, 11:44 AM
  5. Changing Text Based On Whether Shopping Cart Is Empty
    By alexwoolfson in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Nov 2008, 04:12 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