Can you get me some CSS code to make the Shipping prices white text?
See screenshot for Cart and Checkout pages text that reads: “Stamps.com USPS Parcel Select Ground: $5.86”
The prices that automate has a dark text and hard to read.
thanks
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
ul#shipping_method bdi, ul#shipping_method bdi span {
color: #fff;
}
Best regards,
Rikard
thanks!