Change text color on Yuva theme

Solved

Change text color on Yuva theme

alagrow
Tourist
16 0 1

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




Accepted Solutions (2)

EBOOST
Shopify Partner
1335 336 404

This is an accepted solution.

Hi @alagrow ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Layout/theme.liquid
3. Add code below before </head> tag ( refer screenshot)

<style>
  body a {
    color: var(--colorTextBody);
  }
</style>

EBOOST_0-1721700980635.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

namphan
Shopify Partner
2268 296 333

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

EBOOST
Shopify Partner
1335 336 404

This is an accepted solution.

Hi @alagrow ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Layout/theme.liquid
3. Add code below before </head> tag ( refer screenshot)

<style>
  body a {
    color: var(--colorTextBody);
  }
</style>

EBOOST_0-1721700980635.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

namphan
Shopify Partner
2268 296 333

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
namphan
Shopify Partner
2268 296 333

Hi @alagrow,

If you have any questions, you can contact me directly.
Happy to help you 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com