(Dawn) How to edit/design quick add button onto the featured products images

I am trying to add a quick add button to my featured collection on my homepage like the following example below. I would like to also make the button round, with the text “add”.

Hi @friendlyrobot19 welcome to the Shopify Community,

Well according to the screenshot you need to do that with some custom coding. If you have coding skills then i will guide you step by step.

Thanks

Can you please share your store’s URL?

https://95d536-88.myshopify.com/ *keycode to enter is “www”

Hello @friendlyrobot19

Follow the steps

  1. Go to Online Store > Theme > Edit Code > card-product.liquid file
  2. Now Search for ‘quick-add
  3. Copy the complete div and remove it from there like below

  1. Now need to add the copied section in the ‘card__inner’ div like below

  1. Add the css code in ‘quick-add.css’ file at the end
    .card__inner .quick-add__submit {
    width: auto;
    min-width: unset;
    margin-left: auto;
    }

  2. The output will look like this.

Thanks

Hello, my card-product.liquid code doesn’t line up to yours, nor can I find the line that should be removed. Can you please instruct me further? My store information is below:

https://95d536-88.myshopify.com/

keycode to enter is “www”