Skip to main content

Only possible to style the hamburger memy (mobile mode) and active page not colored?

Comments

1 comment

  • Alex

    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.