Add to Cart button disappeared

Add to Cart button disappeared

peakclo
Excursionist
60 0 9

www.peakclo.com - LaunchVIP

 

peakclo_0-1737357165821.png

 

The add to cart text on mobile view is blank

Replies 8 (8)

Moeed
Shopify Partner
7472 2022 2482

Hey @peakclo 

 

I checked your website and it shows completely fine for me although if the issue still happens for you then,

 

Follow these Steps:

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

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

<style>
.product-form__submit {
    color: black !important;
}
</style>

RESULT:

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


peakclo
Excursionist
60 0 9

Hey this worked by adding to theme.liquid

 

I have noticed the same thing is happening when viewing items from a collection

 

peakclo_0-1737357851163.png

 

EstherBui
Trailblazer
276 39 44

Hi Peakclo


- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.product-form__submit {
    color: black !important;
}

 

Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

peakclo
Excursionist
60 0 9

Hey this worked by adding to theme.liquid

 

I have noticed the same thing is happening when viewing items from a collection

 

peakclo_0-1737357929392.png

 

 

EstherBui
Trailblazer
276 39 44

I see normal 

EstherBui_0-1737358039897.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

peakclo
Excursionist
60 0 9

Strange, on my phone it is a blank box and doesnt show choose options

EstherBui
Trailblazer
276 39 44

You can try to add this code in base.css file

button#quick-add-template--23076410392920__featured_collection_NBhzpX14710381871448-submit {
    color: #000 !important;
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

peakclo
Excursionist
60 0 9

peakclo_0-1737448229060.png

 

 

I just noticed it only fixed it for the top button, can you please check