Hi,
I would like to change the "Font Awesome Icons" "fa-bars" icon that appears in the mobile menu. I would like to use an image instead.
Thanks
The website is http://www.talleresvictor.com/
#gkMobileMenu i.fa-bars::before {
content: "";
}
#gkMobileMenu i.fa-bars {
background: rgba(0, 0, 0, 0) url("URL_TO_YOUR_IMAGE_GOES_HERE") repeat scroll 0 0 / 100% auto;
}