Okay
  Public Ticket #384919
Burger nav menu
Closed

Comments

  • Frode started the conversation

    Is it possible to remove the burger nav and only keep the text "meny"? see attached file

  •  291
    Paul replied

    Hi,

    Yes, please try using this:

    .top-bar .toggle-topbar.menu-icon a span,
    .top-bar.expanded .title-area .menu-icon a span {
        box-shadow: none;
        width: auto;
    }

    Please also check out this FAQ for the tip on how to inspect elements on various resolutions: https://uxbarn.ticksy.com/faq/2591

  • Frode replied

    Hi Paul!

    that worked very well, thanks mate :-)