Changer icon hamburger menu - by nuuk - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: nuuk
    nuuk
    Participant
    May 26, 2016 at 15:25

    hello,

    how I can change the menu icon on the mobile version?

    Thanks

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2016 at 15:35

    Hello,

    You can change menu icon with Font Awesome icons http://fontawesome.io/icons/ adding this code in Global Custom CSS:

    .menu-icon::before {
        content: "\f039";
        font-family: FontAwesome;
    }

    Change the code f039 with the icon you need.

    Regards,
    Eva Kemp.

    Avatar: nuuk
    nuuk
    Participant
    May 30, 2016 at 15:31

    and if I want to add my personal icon?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 30, 2016 at 16:41

    Hello,

    In this case use the following code:

    .menu-icon::before {
        content: url("http://path_to_your_image");
    }

    Regards,
    Eva Kemp.

    Avatar: nuuk
    nuuk
    Participant
    May 31, 2016 at 15:17

    thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 31, 2016 at 17:00

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Changer icon hamburger menu’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.