Re: Changing link Color in popup notification-cart (TASTE)

Solved

Changing link Color in popup notification-cart (TASTE)

Idob
Shopify Partner
21 0 5

Hi, can someone help me changing the link color by CSS code?

Thanks in advance!.

 

 

popup link.png

Accepted Solution (1)
Moeed
Shopify Partner
5478 1481 1772

This is an accepted solution.

Hey @Idob 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#cart-notification button.link.button-label {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1698767082454.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5478 1481 1772

Hey @Idob 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Idob
Shopify Partner
21 0 5

Yes, sorry about that

Authenticpet.com - 3144

Moeed
Shopify Partner
5478 1481 1772

Hey @Idob 

 

Please disable the password for sometime.

Moeed_0-1698756466600.png

 

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Idob
Shopify Partner
21 0 5

can you try again?

Moeed
Shopify Partner
5478 1481 1772

This is an accepted solution.

Hey @Idob 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
div#cart-notification button.link.button-label {
    color: white !important;
}
</style>

RESULT:

Moeed_0-1698767082454.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications