11.05.2023, 05:20
Add to Custom CSS:
You can adjust the Control size scale property in Vis. parameters to make it bigger/smaller as needed.
Code:
.toggler {
width: 84px;
border: none;
overflow: visible;
}
.toggler .btn-toggler {
color: transparent !important;
text-shadow: none;
padding: 0;
width: 42px;
height: 42px;
border-radius: 50%;
box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.2);
}
.toggler .btn-bg {
padding: 0;
width: 64px;
height: 22px;
margin: 10px;
border-radius: 11px;
}
You can adjust the Control size scale property in Vis. parameters to make it bigger/smaller as needed.