How to change the color of the text 'Shipping Calculated At Checkout' in product description?

In the product description where it says ‘Shipping Calculated At Checkout’ the word ‘Shipping’ is a black color hyperlink and the background is dark green, so it’s not distinguisable. How can I change the color of that text? Thank you in advance! I have the Dawn version and my page is https://keepgrazin.com/

Hi @CarlosSchenstro

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.rte a {
  color: white !important;
}

Hope my answer will help you!

1 Like

That worked! Thank you!