This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hi,
The price & total amount is white (as the background) when hovering over the popup cart in the upper right corner.
And while you check it I want to have a space between price and currency (you fixed it before but there have been som updated recently).
Best,
Christian
Hello,
Please, add this code in Custom CSS:
.shopping-cart-widget .totals .pricedisplay > span {
color: black !important;
}
Regards,
Rose Tyler.
Thanks,
The code did only affected the totals. Not the product price if listed.
Also: Any code to get general spacing between amount and currency? (In Chrome it is no space showing).
Hello,
Please, change previously css code to the following:
.cart-popup span.woocommerce-Price-amount.amount {
color: black !important;
}
Also, provide a screenshot for our better understanding where exactly you want to change spacing.
Regards,
Rose Tyler.
The forum ‘TheLeader Support Forum’ is closed to new topics and replies.