How can I change the color of hyperlinked text on my cart page?

I have a minor issue with the Ride Shopify Theme as the terms and conditions hyperlink text on my cart page is dark blue on a black background so it is quite hard to see. Is it possible to change the colour of the terms and conditions hyperlinked text?

I can change the colour of hyperlinked text when I write the content out though but it seems there is no option to change the colour of the hyperlinked text on the cart page.

The URL is: www.qmsregs.com

1 Like

@Connor_Campbell

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.cart__ctas a {
    color: #fff;
}
1 Like

Thank you so much @KetanKumar it worked perfectly :slightly_smiling_face:

1 Like

@Connor_Campbell

its my pleasure to help us