Hide the SC Sales Motivator Bar on the Home Page

Modified on Mon, 23 Oct 2023 at 02:53 PM

Overview

You can hide the SC Sales Motivator banner on your homepage by making a simple adjustment in your theme files. Alternatively, if you prefer to surprise your customers with a free gift, you can completely hide the banner.

Alert

Making styling changes within SC Sales Motivator requires knowledge of CSS. If you are not comfortable with completing this on your theme or have a different customization you would like to add, one of our partners could create this for you as a paid customization on your store. Please request this through HeyCarson via this form.


Setup

  1. From Shopify's admin, select Online Store.
  2. Select Actions.
  3. Select Edit code.
  4. Under "Templates", select index.liquid.

    Select the index.liquid template file

  5. Copy and paste this CSS at the top of the file:
    <style>
    .shappify-motivator-slider {
       top: -400px !important;
       position: absolute !important;
    }
    </style>

    Copy and paste the CSS written in this article, into the top of the index.liquid template file

  6. Select Save.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article