Shopify themes, liquid, logos, and UX
Hi do anybody have a good solution for changing the banners on the frontpage on sales on the shop?
SO far we have used the app Launchpad, but it have limits and it changes the entire theme, I could be nice if we could add it on specific sections.
Hey @mns-burg ,
A clean way is to customize your theme to show different banners using a setting or block in the theme editor.
For example:
In your main-banner section, add a custom checkbox or image picker for “Show Sale Banner.”
Then use Liquid logic like this:
{% if section.settings.show_sale_banner %}
<img src="{{ section.settings.sale_banner | img_url: 'master' }}" alt="Sale Banner">
{% else %}
<img src="{{ section.settings.default_banner | img_url: 'master' }}" alt="Default Banner">
{% endif %}
This way, you can swap banners directly from the theme editor without apps or theme swapping.
A good solution for changing banners on the front page during sales—without switching the entire theme like Launchpad does—is to use metafields or custom Liquid blocks within specific homepage sections, which allows you to display sale banners only where needed and even schedule them using simple date-based Liquid code, giving you much more control and flexibility.
Hello, You can use shopify app slider revolution to build banner and add home page banner using app block you can try that. The banner is free.
Syncora: Backup & Restore [Free] - Automated real-time store backup with one-click easy restore.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery, and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025