Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #776106

    I want replace mobile menu and menu close icon with png image. How to do it?

    #776113

    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

    #776119

    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

    #819403

    Currently above solution not working for me. I Want to replace Mobile menu icon open and close with png image

    #819406

    Hi,

    That is expected since mobile menu was completely changed in Enfold 4.1. Can you please post a link to your website so we can provide you an accurate custom CSS code? :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.