Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2011
    Location
    midwest USA
    Posts
    73
    Plugin Contributions
    0

    Default shipping estimator pop-up help

    I added some lines of code to change the background image on my shipping estimator, the font is the default color from the product page Ithink? The problem is, Behind where it lists the cost and the title on top has the dark purple font over a black background. I can't figure out where the black background is coming from so I can change it. I'm using the classic css from version 1.3.9h The white image covers the whole rest of the screen, but the actual shipping calculations on the side and the to[p have no image and a black background. http://bloomingvinedesign.com/zencart/

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: shipping estimator pop-up help

    in your stylesheet

    find:
    Code:
    .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
        padding: 0.5em 0em;
        background-color: #000;
        
        }
    remove:
    Code:
    , .cartTotalsDisplay
    then re-add it:
    Code:
    .cartTotalsDisplay {
    padding: 0.5em 0em;
    }
    Hope this helps!

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

    Default Re: shipping estimator pop-up help

    Locate this:
    zencart/includes/templates/classic/css/stylesheet.css
    The background black color is here highlighted in red font below:
    .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    background-color: #000000;
    padding: 0.5em 0;
    }
    To change the Title, weight, etc wording color is here highlighted in red below:
    #productDescription, .shippingEstimatorWrapper {
    color: #330066;
    }

  4. #4
    Join Date
    Jan 2011
    Location
    midwest USA
    Posts
    73
    Plugin Contributions
    0

    Default Re: shipping estimator pop-up help

    Thanks so much! That did the trick!

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

    Default Re: shipping estimator pop-up help

    You are welcome, ty for posting the solution..

 

 

Similar Threads

  1. Changeing the back ground on shipping estimator pop up
    By CCMall in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Mar 2013, 11:07 PM
  2. pop up shipping estimator display only country
    By jascoaut in forum General Questions
    Replies: 0
    Last Post: 1 Aug 2012, 07:17 AM
  3. Pop-up Shipping Estimator
    By ledley007 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Sep 2009, 01:36 AM
  4. Update button in Shipping Estimator pop up window
    By dealbyethan.com in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Apr 2007, 04:51 PM
  5. Shipping Estimator Pop-Up issue
    By bloodandguts in forum Customization from the Admin
    Replies: 0
    Last Post: 26 Sep 2006, 01:46 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