Replace burger menu icon with custom image

Hi there is there anyway i can change the burger icon for the menu to something custom such as a PNG?

Hello Tariq,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.x-btn-navbar .x-icon-bars:before {
     content:url('your-icon.png');
}

In above code please change your-icon.png with full URL your icon image.

Thanks.

Hi thanks for getting back to me that doesnt seem to work for me :frowning:

Hello Tariq,

Thanks for updating in!

Are you using the code in the site provided in the secure note? The code will not work because the site is not using X theme. Please contact the creators of Enfold theme. They should be able to help you with changing the icon of your mobile menu.

Cheers.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.