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.
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 %}
{% else %}
{% 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.