How to change gift card image at Check balance page

I would like to change the default gift card image at check balance page. How do I go on about this?

the problem you are facing is similar to the problem that I was helped by an expert

Please provide your store link

It’s weird. So far, I can’t find the page that actually calls the section, however, the section that can be changed is here:

In the sections area, main-gift-card.liquid

Change the line:


to


Note the difference in the filter for the image. The first filter “shopify_asset_url” tells shopify to look in the GLOBAL (meaning all of shopify) asset directory. Just using “asset_url” means it will look for files that you’ve uploaded into the Assets area of your Shopify files (accessed from the “Edit Code” button/pulldown option.)

This worked for me, using the Enterprise theme. Your Mileage May Vary…