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
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
I would like to give you a solution to support you.
You can add code by following these steps:
Go to Online Store → Theme → Edit code. https://prnt.sc/elKuwYWlBrEo
Open your theme.liquid theme file
Paste the below code before https://prnt.sc/KyPGgqmblhtD
{% if product.handle == 'gift-card' %}
{% endif %}
Best regards,
GemPages Support Team