Site: www.dabyfo.dk
Template: Helix Ultimate 2.0.1
SP PageBuilder: 3.7.13
After today's update the menu (I use off-canvas only) is displayed twice.
When clicking the menu-link the screen just blur. I cannot select any menu-items!!!
Custom css on menu:
/* Write the word "MENU" next to the burger menu icon on larger screens */
@media screen and (min-device-width: 1200px) {
#offcanvas-toggler::after {
content: 'MENU';
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
color: #727272;
margin-left: 4px
}
}