Hi,
Please can you advise how can I change the mobile burger menu icon on my website
to
https://www.iconfinder.com/icons/2132496/design_graphic_grid_iphone_menu_mobile_icon
I have followed many steps mentioned in the other threads but couldn’t get it working.
A step by step guide would be helpful. Please also advise what should be the size of the image I need to upload.
PS. I have already download the image and uploaded it on my media library but I cannot seem to show it in the menu.
Kind regards,
http://www.projectt.co.uk
Hey projectt_co_uk,
Please try this code:
.av-hamburger::before {
content: url(https://png.icons8.com/settings/ios7/25);
display: block;
padding-top: 5px;
}
.av-hamburger-inner {display:none!important;}
All you have to do is to change the icon.
Best regards,
Victoria