How to edit sidebar cart text color
-
Hello,
I’ve been trying to change the color of the text in the shopping cart widget to black, however whenever I do that it changes the text on the rest of the page as well.
Below is what I currently have working.h2.woocommerce-loop-product__title { color: #fff; } .quantity, strong, .from, .to { color: #000 !important; }
The issues arises when I try to change the color of the prices of items. When I add .woocommerce-Price-amount.amount and .woocommerce-Price-currencySymbol to the code it changes the color of the prices everywhere.
I’m running wordpress on my computer so I don’t have a link, but I can send a screenshot.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to edit sidebar cart text color’ is closed to new replies.