Hi, how do I change the colour of the price in the fields SUBTOTAL and TOTAL on the cart page.
At the moment the totals are white on white and cannot be seen.
Thanks
Hi, how do I change the colour of the price in the fields SUBTOTAL and TOTAL on the cart page.
At the moment the totals are white on white and cannot be seen.
Thanks
Hi Vincent,
You can add the following to your Quick CSS or custom.css:
.cart_totals .amount {
color: #333;
}
Regards,
Devin
Thanks Devin that worked but the problem now is that the total box on the final checkout page (ORDER TOTAL FIELD PRICE) is also whited out. I was looking for checkout total in css but could not find it.
Same issue here. Any idea?
bump
Hey!
Try adding
.cart-subtotal .amount, .total .amount {
color: #FF0099;
}
Replace FF0099 by your color of choice.
Best regards,
Chris
That worked a treat thanks .
This topic has been closed to new replies.