I want replace mobile menu and menu close icon with png image. How to do it?
Hey pmwarman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle:before, #advanced_menu_hide:before { visibility: hidden; }
#advanced_menu_toggle { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
#advanced_menu_hide { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
Best regards,
Yigit
Hey pmwarman,
Please refer to the following thread for a solution that should help you accomplish this:
https://kriesi.at/support/topic/replace-mobile-menu-hamburger-icon-with-png/
Best regards,
Jordan Shannon
Currently above solution not working for me. I Want to replace Mobile menu icon open and close with png image