Displaying Floor Plans in Color
  • 12 May 2023
  • 1 Minute to read
  • Dark
    Light

Displaying Floor Plans in Color

  • Dark
    Light

Article summary

We apply a semi-transparent grey filter to all floor plans by default to make them easier to read on the Members Portal.

You can remove this filter with a simple code snippet if you want to display your floor plan in color.


  1. Log in to dashboard.nexudus.com if you aren't already.

  2. Click Settings > Web template editor.

  3. Click Built-in files > styles.css.

  4. Add the following code snippet to the file.

.floorplans canvas {
 filter: none !important;
}

FloorPlan_FIlterCodeSnippet.png

  1. Click the Save button. 


Your floor plan should now appear in color on your Members Portal if you refresh the page.

Floor plan still greyed out?

Go back to the style.css file on the Admin Panel and make sure the code snippet isn't missing any characters such as the opening and closing brackets { } and don't forget to save your changes

You can restore the grey filter by simply removing the code snippet from the style.css file and save your changes again.

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence