Archived topic
Change Hamburger Icon in Slideout Menu
7 replies · Started by mdgallagherdesign on February 1, 2019
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';
}
That didn't work, the hamburger icon is still there. :(
Try this instead:
.main-navigation .slideout-toggle a:before {
content: "\f07a";
font-family: 'Font Awesome 5 Free';
}
PERFECT!!! THANK YOU!
You're welcome :)