How Do I Remove the Scrolling Fade Overlay from My Hero 1.0 Website Theme?

How Do I Remove the Scrolling Fade Overlay from My Hero 1.0 Website Theme?

How Do I Remove the Scrolling Fade Overlay from My Hero 1.0 Website Theme?

Who Is This Article For?

  • Users with "Manage Website" permission
  • Users of the Hero 1.0 Theme

Hero 1.0 Theme Example 1

Hero 1.0 Theme Example 2

Hero 1.0 Theme Example 3

Step-by-Step Guide

  1. Log in to admin.socastsrm.com.

  2. Click Settings.

    Settings Screenshot

  3. Scroll down to Website Settings and click Website.

    Website Settings Screenshot

  4. Scroll down to Custom Header HTML.

    Custom Header HTML Screenshot

  5. Copy and paste the code provided below into your existing <style> tag in the Custom Header HTML box. If a <style> tag does not exist, add one and place the code inside it.

    Note: If a <style> tag already exists in the Custom Header HTML box, only paste the code itself (without additional <style> tags). See the examples below.

  6. If no other <style> tags exist:

    Custom Header HTML Example 1

  7. If another <style> tag already exists:

    Custom Header HTML Example 2

  8. Click Save.

SoCast-Provided CSS Code

div.fade {
  display: none !important;
}

After saving, the scrolling fade overlay will be removed from your Hero 1.0 website theme.