Site logo

Archived topic

Customize navicon

1 reply · Started by Fernando Díaz Gascón on March 10, 2016

Viewing posts 1–2 of 2

Hello,

Some way to customize the navicon? I want to change it for an image or a custom icon from Fontello or something similar.

Thank you!

You just have to adjust the CSS with the unicode of the icon you wish to use.

For example:

.menu-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
}
This archived topic is closed to new replies.