Overview
You can hide the Bold Motivator banner on your homepage by making a simple adjustment in your theme files. Alternatively, you can completely hide the banner.
To hide the Bold Motivator banner on the home page, please follow these steps:
- From Shopify's admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under "Templates", select index.liquid.
- Copy and paste this CSS at the top of the file:
<style> .shappify-motivator-slider { top: -400px !important; position: absolute !important; } </style>
- Select Save.