[Internal] Gray Filter: Remove From the Background Image

[Internal] Gray Filter: Remove From the Background Image

Introduction

Some clients prefer to have the gray background filter removed. This guide demonstrates how.

Remove the Gray Filter

      1)  Log into the Management Console, enter into the client's organizational unit and click Administration.

 

      2) In the Admin Home, select the Edit Theme radio button, choose the client's main theme from the dropdown and click Go.

 

      3) The Edit Theme screen appears.

 

      4)      In the Styles textbox, search for the following CSS code:

            .parallax-background:after {

            background-color: rgba(43,43,43,0.65);

            }

      5) Change the code to:

            .parallax-background:after {

            background-color: unset;

            }

      6) Click Save.

      7) Preview the orientation screen (or refresh with Shift F5). The background image should now be brighter.

 

 


    • Related Articles

    • [Internal] Blurry Background Image: Clear it up

      Introduction This guide provides step-by-step instructions for clearing up a blurry background image by supplying the appropriate CSS code. Background images become blurry because they "stretch" during scrolling to accommodate the height of the ...
    • [Internal] Image Override: Create One

      Introduction This guide provides step-by-step instructions for creating an image override as part of a theme override. NOTE: Refer to the following guides to create an override: Single module: Create a Theme Override That Applies to One Client Module ...
    • [Internal] Support Guide Index

      Introduction This index provides an easy way to jump to any internal support guide without having to navigate to find it . Admin Intake Screen: Setting up a Pre-filled Email Address Organizational Unit: Create a New One Reports: Understanding Them ...
    • [Internal] Theme Override Index

      Introduction This index provides a list of overrides you can make to a theme, which includes a link to the step-by-step guide for doing each one. To jump to a guide, just click on the override. Background Image Blurry Background Image: Clear it up ...
    • [Internal] Images in a Theme: Editing

      Introduction This document provides step-by-step instructions for editing images in a theme.       1) The current image will need to be removed first. To remove an image, select the Remove checkbox next to the image and click Save.   2) The "Save ...