Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38
  1. #31
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: change background colour shipping estimator

    Quote Originally Posted by tonibarcelona View Post
    have you tried with background-image: none; ?
    This is exactly what I did, and it worked like a dream..
    Code:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
        background-color: #333333;
        background-image: none;
        }

  2. #32
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: change background colour shipping estimator

    My Shipping Estimator's has #FFFFFF has the background colour but it's also still using the background image of the main site.

  3. #33
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: change background colour shipping estimator

    Did you read DivaVocals' post right above yours?

  4. #34
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: change background colour shipping estimator

    Quote Originally Posted by capeinfo View Post
    My Shipping Estimator's has #FFFFFF has the background colour but it's also still using the background image of the main site.
    It could be that the site background declaration is located AFTER the shipping popup declaration. You may have additional stylesheets which are being read AFTER the main stylesheet. Is this possibly your issue?

    Styles load and apply chronologically. Where there are 2 conflicting declarations, the LAER one will over-ride any that went before.

  5. #35
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: change background colour shipping estimator

    Update: Discovered that the tag for the shopping cart help popup was left out of this.. Modified stylesheet code as follows:

    Code:
    #infoShoppingCart, #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
        background-color: #ffffff;
        background-image: none;
        }

  6. #36
    Join Date
    Jun 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: change background colour shipping estimator

    fairestcape, you were correct :) Very interesting what happened. I did have 'background-image:none' in the CSS, but when updating the CSS, I renamed the old version. Somehow, when opening the popups, it also called the old version up - after the corrected version:
    <link rel="stylesheet" type="text/css" href="includes/templates/winesonline/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winesonline/css/stylesheetDEC08.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/winesonline/css/stylesheet_css_buttons.css" /><link rel="stylesheet" type="text/css" media="print" href="includes/templates/winesonline/css/print_stylesheet.css" />

  7. #37
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: change background colour shipping estimator

    Quote Originally Posted by capeinfo View Post
    fairestcape, you were correct :) Very interesting what happened. I did have 'background-image:none' in the CSS, but when updating the CSS, I renamed the old version. Somehow, when opening the popups, it also called the old version up - after the corrected version:
    Most likely cause is that you have both versions of your stylesheet in your CSS folder. So Zen reads 'em both..

    FYI.. It's really helpful for you to post a link to your site when asking for help around here.. Sounds like you got this one all worked out though..

  8. #38
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: change background colour shipping estimator

    Any file in /css/ named style*.css will be loaded automatically; if you want to keep a backup version, store it elsewhere or change its extension to .bak so it will not be seen as a stylesheet.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Column Background Colour - where to change
    By fleabane in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jun 2011, 02:57 PM
  2. How to change this background colour ?
    By ggbarnum in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jul 2010, 09:30 AM
  3. How to Change Background Colour to Background image
    By ittybittykitty in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Aug 2008, 04:36 PM
  4. background colour change!
    By eggrush in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Mar 2008, 10:30 PM
  5. How change the background colour?
    By canadianwebstar in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 24 Jun 2006, 01:45 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