Skip to main content

How can I remove the start lights from the overlay?

  • To remove the start lights from the overlay the following style rule must be added to your Settings (F3) / Overlay / Style overrides:
.overlay>.start-lights {
display: none;
}