How can I resize the image on a gift card product page?

Hi guys,

Gift card product page i would like to make the picture smaller without affecting any other product page. I would appreciate your help. Thanks

URL: https://basicbastard.co/products/gift-card

Hi @basicbastardco

I would like to give you a solution to support you.

You can add code by following these steps:

  1. Go to Online Store → Theme → Edit code. https://prnt.sc/elKuwYWlBrEo

  2. Open your theme.liquid theme file

  3. Paste the below code before https://prnt.sc/KyPGgqmblhtD

{% if product.handle == 'gift-card' %}

{% endif %}

Best regards,
GemPages Support Team