- 12 May 2023
- 1 Minute to read
- DarkLight
Displaying Floor Plans in Color
- Updated on 12 May 2023
- 1 Minute to read
- DarkLight
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.
Log in to dashboard.nexudus.com if you aren't already.
Click Settings > Web template editor.
Click Built-in files > styles.css.
Add the following code snippet to the file.
.floorplans canvas {
filter: none !important;
}
Click the Save button.
Your floor plan should now appear in color on your Members Portal if you refresh the page.
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