Shopify themes, liquid, logos, and UX
Hi -
I've looked everywhere (and if it were a snake, it would have probably have bitten me) but I cannot find where to find to change the color of links in this theme. I've gone into the theme settings and changed the buttons and refreshed the page - and don't see where it changes what I'm looking for.
Specifically, there is a white on white link in the shopping cart, that I cannot figure out how to change. When you click this link - it goes to my shipping policy. - This appears to be the side cart, or cart drawer.
Also, in the main cart, there are two links - one goes to that shipping link mentioned above, and another link goes to taxes.
As always - thank you for help. Much appreciated
store link: https://dogstoreonline.com
Solved! Go to the solution
This is an accepted solution.
Hi @alagrow ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below before </head> tag ( refer screenshot)
<style>
body a {
color: var(--colorTextBody);
}
</style>
This is an accepted solution.
Hi @alagrow,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.cart-section a {
color: #000000;
}
This is an accepted solution.
Hi @alagrow ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below before </head> tag ( refer screenshot)
<style>
body a {
color: var(--colorTextBody);
}
</style>
This is an accepted solution.
Hi @alagrow,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.cart-section a {
color: #000000;
}
Hi @alagrow,
If you have any questions, you can contact me directly.
Happy to help you 😊
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025