Re: Buy Button problems

Solved

Buy Button problems

marcotanzi94
Excursionist
32 0 8

I'm having problems with buy button, please check the picture below. See it on my website www.princessjewelry.it

Schermata 2024-08-08 alle 10.29.44.png

Accepted Solution (1)

Moeed
Shopify Partner
6737 1820 2202

This is an accepted solution.

Hey @marcotanzi94 

 

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>
.product-form__submit {
    color: black !important;
}
a#cart-notification-button {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1723107087893.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6737 1820 2202

This is an accepted solution.

Hey @marcotanzi94 

 

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>
.product-form__submit {
    color: black !important;
}
a#cart-notification-button {
    color: black !important;
}
</style>

RESULT:

Moeed_0-1723107087893.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


marcotanzi94
Excursionist
32 0 8

Thank you! Resolved. And now the following to resolve. Could help me? 🙂

Schermata 2024-08-08 alle 10.56.48.png