Al Bug

Remove Box Shadow for Floor Map Plugin

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

Set Side Menu on Mobile to 70% width

CSS: #overlay.mobile wdg-menu-kavftig .menu{ width: 70%; } #overlay.mobile wdg-menu-kavftig

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

Color one Side Menu Element

CSS code: #overlay wdg-menu-kavftig ul li:nth-child(10) { background-color: #78a837;

Side Menu - Add padding to Logo

CSS code: #overlay wdg-menu-kavftig img { width:90%; padding :10px; } copy

Top Menu - Blur and Shadow style

CSS code: #overlay wdg-menu-lekprog div{ width: 100%; backdrop-filter: blur(6px)