How can I change the color of hyperlinked text in Ride Theme's cart page?

Hi everyone,

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.

Hi there,

Can you please share your store URL? I will check it and let you know.

P.S.We are also using Ride themes and for us, the hyperlinks are being displayed on white color. So, i guess some custom designing work has been done on the site.

@Connor_Campbell ,

Hey!

Can you provide your store Web Address ?

Hi,

Thank you for responding the store URL is www.qmsregs.com

Hi,

Thank you for responding the store URL is www.qmsregs.com

Hi there,

Are you using any external apps to display terms and conditions?

Hi,

No, I am using no external apps to display the terms and conditions. Is there a way I could edit something on the cart page to make the colour change to white?

UPDATE : Saw that you have directly edit the base.css file and resolved this issue.

Congratulations!!!

Hi there,

I tried this on our theme and added the “Terms & condition” by adding “Custom Liquid” section.

We made the link color white by adding style=“color:white;” on Terms and Conditions links.

It should work.

If it didn’t, can you please tell how you added the terms & conditions link?

Hi Sajat, any chance you can share the code to do this? I’ve added vendor name to my product pages but the hyperlink is blue and very hard to read. I just don’t know how to format this code:

Vendor: {{ product.vendor | link_to_vendor }}

so it changes the hyperlink colour.