- This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Bulk Item Add On – text color customization
I use the Bulk Item Add On 1708. Works great. However, my site has a black background that unfortunately can not be changed. Consequently, the Shopping Cart, and shopping cart text, i.e., your shopping cart is empty, or PT Shopping Cart (my site shopping cart showing the purchased quantity) is located in the black background, below the list of items. Can I change the text, and shopping cart image, color in CSS. thank you
jack
Please provide a link, with instructions, so that we can better advise you.
[http://www.processtrading.com/pricing/pt-signal/]
this is the link. Below the Add to Cart button, you will see the cart and text. It is in the black background. That is what I would like to modify. Thanks
The font color comes from the theme. This ensures that the cart integrates nicely with any theme and its color scheme. This theme is not defining the font-colors nicely. You probably should look for a better structured theme.
Anyway, add the following CSS in that custom CSS plugin:
.shopping_cart {
color: white;
}
.shopping_cart h2 {
color: white;
}
You can use any cart image you want by specifying the image URL in the plugin settings.
Worked, perfect. You guys are really great. I truly appreciate the level of support you are committed to. Thanks
jack