How to add products in box in featured collection in prestige theme

Hello,

How to add products in the box in the featured collection as well in all the collection pages with ATC and variant option on prestige theme like this:

My website is : www.vedec.in

Thank you for the help…

1 Like

Hi @Arohan

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi @Arohan ,

You can add below css in theme.css file.

.product-card {
    border: 2px solid #A48A64;
    height: 100%;
    border-radius: 20px;
}

Thank you

Hi @Arohan

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.product-card {
border: solid 1px #000;
padding-bottom: 10px;
border-radius: 20px;
}
.product-card__image--secondary {
border-radius: 20px;
}
.product-card__image {
border-radius: 20px;
}

Thank you so much, also could you please tell me how to add ATC and Variant options in it

Hi @Arohan ,

Can you look into the customization?

There must be an option in the customization.

Thank you

Hello,

There’s no such option in the customization