www.peakclo.com - LaunchVIP
The add to cart text on mobile view is blank
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:
Go to Online Store
Edit Code
Find password.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Peakclo
.product-form__submit {
color: black !important;
}
Best,
Esther
Hey this worked by adding to theme.liquid
I have noticed the same thing is happening when viewing items from a collection
Hey this worked by adding to theme.liquid
I have noticed the same thing is happening when viewing items from a collection
Strange, on my phone it is a blank box and doesnt show choose options
You can try to add this code in base.css file
button#quick-add-template--23076410392920__featured_collection_NBhzpX14710381871448-submit {
color: #000 !important;
}