Home Forums Support Customize navicon

  • This topic has 1 reply, 2 voices, and was last updated 8 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178219
    Fernando Díaz Gascón

    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!

    #178311
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.