[Resolved] Change Hamburger Icon in Slideout Menu

Home Forums Support [Resolved] Change Hamburger Icon in Slideout Menu

Home Forums Support Change Hamburger Icon in Slideout Menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #798930
    mdgallagherdesign

    Hey!

    So I have poked around on here and the solutions I found were not working.

    Is there a way to change the hamburger icon to another icon from font awesome, specifically shopping-cart?

    #799015
    David
    Staff
    Customer Support

    Hi there,

    do you already have Font Awesome installed on your site? And if so which version 4 or 5?

    #799051
    mdgallagherdesign

    Hi David!

    I have Font Awesome 5 plugin installed.

    #799102
    David
    Staff
    Customer Support

    Try this CSS:

    .slideout-toggle a:before {
        content: "\f07a";
        font-family: 'Font Awesome\ 5 Free';
    }
    #801370
    mdgallagherdesign

    That didn’t work, the hamburger icon is still there. ๐Ÿ™

    https://cateringwebdesign.com/alt2/

    #801518
    Tom
    Lead Developer
    Lead Developer

    Try this instead:

    .main-navigation .slideout-toggle a:before {
        content: "\f07a";
        font-family: 'Font Awesome 5 Free';
    }
    #802530
    mdgallagherdesign

    PERFECT!!! THANK YOU!

    #802606
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.