Change hamburger icon with BB / BB Theme / BB Themer

Hi,

how can I change the hamburger icon used in responsive headers / menus created with BB Themer?

You could try to change the FA icon with CSS:

.navbar-toggle .fa-bars:before {
    content: "\f805";
}
  • Choose the icon you want from FA site: https://fontawesome.com/icons
  • Copy its unicode (f805 in the example above)
  • And paste it in the CSS above