Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Change the Colors in The Shipping Estimator Window

    Iam trying to change the color of the font in the Shipping Estimator. I have a Black background and the font is Black so Customers can't read anything in that window.
    Please help?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change the Colors in The Shipping Estimator Window

    Quote Originally Posted by Glamorousshoe View Post
    Iam trying to change the color of the font in the Shipping Estimator. I have a Black background and the font is Black so Customers can't read anything in that window.
    Please help?
    includes/ templates/ your_own_template/ css/ stylesheet.css

    Find the following declaration in the .css, if not just add to the bottom..
    1. #popupShippingEstimator
    2. Will look like this when you edit
    3. #popupShippingEstimator {font-color: #FFFFFF;}

  3. #3
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Change the Colors in The Shipping Estimator Window

    It didn't work.
    This is what I changed
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    font-color: #000080;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    font-color: #000080;
    }
    But still the content is in black.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change the Colors in The Shipping Estimator Window

    Quote Originally Posted by Glamorousshoe View Post
    It didn't work.
    This is what I changed
    But still the content is in black.
    includes/ templates/ your_own_template/ css/ stylesheet.css

    Sorry I had a small bu boo..
    1. #popupShippingEstimator {color: red;}
    2. change the red font above as needed
    3. you half to edit the sheet and upload the file to view the changes,
    4. remember to clear your cashe

  5. #5
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Change the Colors in The Shipping Estimator Window

    I want the font to be red. I was Black in the original Sheet and I changed it to red.

    Upload it nothing changed.

    How can you clear the cashe?
    check out the site www.coolcarpartsonline.com.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change the Colors in The Shipping Estimator Window

    Quote Originally Posted by Glamorousshoe View Post
    I want the font to be red. I was Black in the original Sheet and I changed it to red.

    Upload it nothing changed.

    How can you clear the cashe?
    check out the site www.coolcarpartsonline.com.
    G,
    After i viewed the link above.
    This is what I see on the stylesheet.css

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    font-color: #000080;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    font-color: #000080;
    }

    Bad little boy....
    You did not read my fix from before...
    Delete the red font above for the fix...
    000080 change this to FF0000

    Look at thread #4.
    Sorry I had a small bu boo..
    1. #popupShippingEstimator {color: red;}
    2. change the red font above as needed
    3. you half to edit the sheet and upload the file to view the changes,
    4. remember to clear your cashe

  7. #7
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Change the Colors in The Shipping Estimator Window

    Sorry for being a pain in the ########.
    The red color is there for a reason. I want to content to be Red, It was Black originally and I changed it to red but It still display black.
    I just had it changed to the color you included and It still display Black.

    Any other sugestions on how to do it.

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change the Colors in The Shipping Estimator Window

    Ok,
    Here is what your stylesheet reads

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    font-color: #ff0000;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    font-color: #ff0000;
    }
    Highlight all of these declaration and paste with this..

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    color: #ff0000;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody, #shippingEstimatorContent {
    clear: both;
    color: #ff0000;
    }

 

 

Similar Threads

  1. how to remove/hide unwated copy in the pop-up shipping estimator window?
    By Inudat1966 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 20 Jul 2010, 07:21 PM
  2. Change shipping estimator window text
    By betheone in forum General Questions
    Replies: 3
    Last Post: 21 Apr 2010, 07:24 PM
  3. How to change the title bars color from the default green to other colors?
    By yvonne8 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jun 2008, 06:20 PM
  4. Trying to Change the colors of the links in product area
    By PetesTown in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Aug 2007, 11:13 AM
  5. Specifying the size of Shipping Estimator popup window
    By tqualizer_man in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2006, 08:25 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