Thanks for the reply. For the deploy on hover thing i’m still working on it. For the second thing i changed this code on line 468 in All-in.css
.menu-item a.menu-link.active, <--- this here
.menu-item a.menu-static-link:hover,
.menu-item a.menu-link:hover,
.menu-item a.menu-static:hover{
background-color: rgba(0,0,0,0.25)
}
To
.menu-item a.menu-link.selected, <--- to this
.menu-item a.menu-static-link:hover,
.menu-item a.menu-link:hover,
.menu-item a.menu-static:hover{
background-color: rgba(0,0,0,0.25)
}
Thanks again. I’ll let you know if i have found the solution for the deploy on hover.
Greets Mike