Site logo

Archived topic

Change Hamburger Icon in Slideout Menu

7 replies · Started by mdgallagherdesign on February 1, 2019

Viewing posts 1–8 of 8

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?

Hi there,

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

Hi David!

I have Font Awesome 5 plugin installed.

Try this CSS:

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

Try this instead:

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

PERFECT!!! THANK YOU!

You're welcome :)

This archived topic is closed to new replies.