Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eStore Forum » WP eStore Troubleshooting

Cart background color and type color - Can I over-ride what my theme is doing?

(6 posts) (3 voices)
  • Started 1 year ago by Ren2010
  • Latest reply from Jane
  • Possible Solutions (Related Topics):
    1. Shopping Cart Plugin Breaking Wordpress theme in Chrome?
    2. Products not showing up on Theme with a black background
    3. BUY NOW button background color change - how to?
    4. How to change eStore Cart Text color for labels
    5. php function for shopping cart display in child theme template

Tags:

  • cart background color
  • colors
  • css
  • shopping cart links
  • suggestions
  • type color
  1. Ren2010
    Member

    Hello,

    I had a question earlier that was successfully answered, thank you! Hoping someone can help with this one:

    My theme has a dark background. This looks fine in most areas of the site, but in the Shopping Cart (in both the main page area and the sidebar widget), I would like the dark background to be changed to white (or a light gray, so the cart buttons blend in). Is this possible?

    If so, I would need to also be able to change the type colors within the cart area, as my theme is currently making some of those white, and they wouldn't show up on a white background.

    To sum up, I'm looking for a way to over-ride what my theme is doing to the Shopping Cart's background color and the type within the cart, and be able to change those as needed.

    Thanks in advance for your help – it is greatly appreciated!

    http://www.backdroppers.com/checkout/

    Posted 1 year ago #
  2. amin007
    Key Master

    The shopping cart is designed to use your themes color scheme to it can blend in with your site.

    You should be able to override the CSS though.

    open the "wp_eStore_style.css" file and find the following:

    .shopping_cart {
    font-size:12px;
    }

    Now try modifying it to something like the following:

    .shopping_cart {
    font-size:12px;
    color: #000;
    background-color:#fff;
    }
    Posted 1 year ago #
  3. Ren2010
    Member

    Well, made the modification above, but it doesn't seem to have made any change...

    Any other ideas?

    Posted 1 year ago #
  4. amin007
    Key Master

    There was an error in the code that I gave you (a semi colon was missing). I have updated the above thread.. please try the suggested code now and it will work.

    Just so you know... for the above example, the text color will be black and the background color will be white. You can change it to any color by using the corresponding hex color code.

    Posted 1 year ago #
  5. Ren2010
    Member

    Thank you so much! This worked perfectly.

    Thanks again for your help!

    Posted 1 year ago #
  6. Jane
    Member

    This is useful, and helped lead me to my solution, but the big problem I had is with link colors in the shopping cart. I didn't realize the links colors were hard-wired into the shopping cart CSS. I just assumed they would echo the theme and hadn't checked after I changed the theme.

    I fixed it by adjusting the CSS, but it would be really nice if there was something in the plugin settings...where you set the images and such for the shopping cart...to adjust those colors as well.

    Thanks again for a great product.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin