Hi any tip hove to get color settings on Helix U to work.
I have a black header and i set the meny text to white and on hover light grey but all menus get a black text.
Same on the burger menu it,s also black.
We have to set our own CSS.
.burger-icon > span {
display: block;
background-color: #fff;
transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
color: #fff !important;
}
.close-offcanvas span {
background-color: white !important;
}
.offcanvas-menu {
background-color: #202020 !important;
}
.sp-megamenu-parent>li:hover>a {
color: #bdbdbd !important;
}
Is there any plan to solve this ? And if so when.. It,s very good if color settings on menu,s work :-)