I need help removing the “Design option” dropdown on my gift card product page, as I’m currently not offering different designs. This product template was previously customized by someone else, and I don’t have the history of the changes. I’m not a developer, so I need guidance on exactly what needs to be modified so that the design dropdown no longer appears.
I’ve had a look at your gift card product page, and the “Design option” dropdown appears to be coming from a custom modification in your product template rather than a standard Shopify setting. Since you’re not using multiple gift card designs anymore, you can safely remove that field.
To fix this, you’ll need to edit the product template assigned to your gift card. Here’s the simplest way to locate and remove the code responsible:
Go to Online Store → Themes → Edit code.
Open the product template used for this gift card (likely something like product.giftcard.liquid or a custom product template).
Look for a block referencing “Design”, “design option”, or a custom product.options section.
You’ll probably find a small piece of code generating that dropdown—once removed or commented out, the dropdown will disappear from the product page.
If you’re not comfortable modifying code yourself, feel free to share the name of the template assigned to that product, and I can point you to the exact file and line to remove. I can also help clean it up directly if you prefer.