Add to Cart button disappeared

www.peakclo.com - LaunchVIP

The add to cart text on mobile view is blank

1 Like

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 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

  • 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

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

I see normal

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;
}

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