• Resolved jenzgaard

    (@jenzgaard)


    Apparently one of the harder things to achieve – replacing the burger menu, 2-3 horisontal lines, with something else, e.g. a fish and not just the color ??

    I’ve tried, theme.jason, css, javascript, locating the png/svg and plugins but without success. Any WP documentation on this? Sigh…

    • This topic was modified 9 months, 3 weeks ago by jenzgaard.
    • This topic was modified 9 months, 3 weeks ago by jenzgaard.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @jenzgaard ! You can try using some custom css like below (replacing the fish emojis with any other unicode symbol):

    .wp-block-navigation button.wp-block-navigation__responsive-container-open::before {
      content: "??";
    }
    
    
    .wp-block-navigation button.wp-block-navigation__responsive-container-close::before {
      content: "??";
    }
    
    .wp-block-navigation button.wp-block-navigation__responsive-container-open svg,
    .wp-block-navigation button.wp-block-navigation__responsive-container-close svg {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘menu icon’ is closed to new replies.