Al Bug

Modify Sub Menu elements for Side Menu

Below CSS will do two things: 1) change the color

Floor Map Title Always ON

CSS Code: #overlay .map .name{ display: inline; /* This is what

Floor Map Direction Highlighter

CSS: .marker.active:before{ width: 0 !important; height: 0 !important;

Remove Box Shadow for Floor Map Plugin

CSS code: .scheme-kavftig{ box-shadow: none; } Preview:

Set Side Menu on Mobile to 70% width

CSS for Left side Side Menu: #overlay.mobile wdg-menu-kavftig .menu{

Splash Screen Background Image Auto Fill

CSS: #overlay wdg-other-splash div img{ height: 100vh; } Preview:

Square Carousel Images

CSS: #overlay wdg-other-carousel{ --active-boder: 5px; } .img svg{ width: calc(var(

Side Menu Custom Style - Black & White

CSS: #overlay wdg-menu-kavftig ul li:nth-child(1) span { font-size: 30px;

Custom Carousel Size Based on Device

CSS: #overlay.desktop wdg-other-carousel{ --width: 140px !important; } #overlay.tablet wdg-other-carousel{

Side Menu - Set Active Font Color

CSS Code: #overlay wdg-menu-kavftig .active{ color: #000; } copy the CSS