I figured it out, you just have to install plugin for that.
But still, I have a question: Could you help me please to change default close (x) icon on mobile menu panel with another one (svg) that I could provide url from my WP media library?
@pattonyu That’s great. Can you provide me the url to see what can be done?
Thanks
Hi @pattonyu
Try the code below, don’t forget to purge the browser cache.
.mobmenu-right-bt .mob-icon-cancel {
display: none!important;
}
.mob-menu-right-panel a.mobmenu-right-bt {
background: url(http://majstorovic.co.uk/wp-content/uploads/2019/02/iconfinder_Close_1031533.svg);
margin-top: 20px;
padding: 25px;
background-repeat: no-repeat;
}
@takanakui you are genius. Thank you so much, the code that you suggested is the one.
@pattonyu I’m glad it worked. Thanks for the kind words.