Shopify themes, liquid, logos, and UX
I have attached an image that shows where they display (highlighted in red)
If anybody could tell me how to remove these buttons via code that would be great,
this is because our personalisation apps do not show up on the quick add page.
Hope somebody can help
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @SpoiltRottenUK ,
Try this one.
.quick-add {
display: none;
}
Result:
I hope it help.
@SpoiltRottenUK - can you please share this page link?
This is an accepted solution.
Hi @SpoiltRottenUK ,
Try this one.
.quick-add {
display: none;
}
Result:
I hope it help.
Thank you so much!
Worked like a treat
Welcome!😊
Hi @HELDERWRLD
Do you mean remove the option button?
That is correct. But already used the same code you sent and it worked. Thank you.
Can you support me on other issues i have please? If possible.
I pasted this code in the exact location for my dawn theme but made no change. Can you help?
Hi @Rob_H247
You may have different code. Do you mind to share your store? with passsword if its unpublish.Thanks!
Hi Made4u! I tried this and it worked, but only for desktop. Do you know how to get this on mobile too?
Would you mind to share your store URL? If this still not solve yet. Thanks!
My Shopify page is crazydrifts.com password is Bayreuth it is still not working I put the code at the bottom of bases.css.
@CrazyDrifts - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.quick-add__submit{display:none; visibility:hidden;}
Hi @CrazyDrifts
Try this code below.
.card--card .quick-add {
display: none;
}
And Save.
Result:
But I check your base.css your paste it wrong.
Change it like this.
You dont need also the other code that I give. This will work by correcting the code you paste.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Helped me a lot after breaking my head past two days. Thank you so much for making things this simple.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025