Remove line from under add to cart button

example 2.PNG
Hi Everyone,

I am using the refresh theme and have noticed this strange line appearing below my add to cart button? Does anyone know how to remove it? I can see in the product listing pages and the product pages.

Please see attached

Thanks,

Teebey

1 Like

Hey @teebey

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Please see here: https://bulkbuydirect.co.uk/

Hi @teebey

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Hey @teebey

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 tag


RESULT:

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

Best Regards,
Moeed

Hi,

This has not worked and has messed up some buttons on my homepage? I am trying to revert but still they are white like attached.

Thanks,

Tee

Are you sure, you have added the code correctly? Because it seems to work completely fine for me. Can you share a screenshot of the place where you have added the code or share your collaborator request code in private messages so I can help you out.

Best Regards,

Moeed

Apologies, I have now updated it and it works.

Thanks!

Hi Mooed, thanks for helping but noticed it still exists under the button on product pages - how can I fix this?

https://bulkbuydirect.co.uk/products/kirkland-still-water-40x500ml-bottles

Hey @teebey

Keep the previous code and add this new code above in the end of theme.liquid file.

.product-form__submit:before {
    box-shadow: unset !important;
}

RESULT:

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

Best Regards,
Moeed

1 Like

Thank you!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like