Everyone aims to make their Shopify store stand out, and since much of today’s web traffic is from mobile devices, a nice feature is adding a small image next to a button in the mobile navigation panel.
To achieve this, create a block type for the Header section with two fields: an image picker to upload your desired image and a text or URL field to associate the image with a specific button. Then, add this block and fill out the fields in the Customizer.
After this setup, you’ll want the image to appear for customers. In the section’s Liquid code, locate where the relevant button (e.g., “Shop”) displays. Loop through the Header blocks to find which contains the image meant for that button. If you used a text field, match its content to the button label. If you used a URL field, show the image on the button sharing that URL.
Small details like this image can make a big impact and give you an edge over competitors when combined with other unique features.
Other Interesting Reads
Tue, Dec 09, 25
In the previous articles we talked about manual testing, and the differences between manual testing and automation testing. In this article we will highlight the benefits and further show why...
Continue Reading
Thu, Nov 27, 25
It’s true that large parts of the world speak English and are comfortable with viewing Shopify stores in English despite it not being their native language. However, research shows that...
Continue Reading
Tue, Apr 08, 25
Setting Up the Environment Before writing an automation script, you need to set up a proper environment. Install Python (if you haven’t already) and use virtualenv to isolate your projects...
Continue Reading
Mon, Apr 07, 25
Python has become one of the most versatile tools in the IT industry. Today, we want to focus on one of its most potent applications—automating workflows with Python. Why Use...
Continue Reading
Thu, Dec 05, 24
These days, the majority of online traffic comes from mobile devices. This makes web developers build sites that are mobile first oriented. When building a new store, one of the...
Continue Reading