Only possible to style the hamburger memy (mobile mode) and active page not colored?
Hi
I see it is possible to style the hamburger menu in mobile mode, but i cant see any option for styling the menu text if it is not in hamburger mode? What did i miss?
i can see the active page in the menu on desktop mode, but when i am on mobile mode the page i am on is not marked color.
Need help
regards
-
Hi Daniel,
there is no option to do this, because the menu was created with the thought that on the mobile will be hamburger menu. I will add this on our internal desk and we will think about what we can do in this regard, but the quick solution for you would be Custom CSS. The following code should help you:
@media only screen and (max-width: 768px) {
.brz-menu__item.brz-menu__item--current > .brz-a {
color: #00bf10!important;
}
}0
Please sign in to leave a comment.
Comments
1 comment