Hi @himahuja,
There isn’t a default option for that.
Maybe you can enable the Left Menu, set the icon image to be you short logo image version and with CSS hide and show in the desired resolution.
There is also a filter in the left menu icon where you can replace it with your HTML.
/*WP Mobile Menu Left Menu Content Filter*/
function my_custom_html_left_menu() {
// Maybe modify $example in some way.
return '<div class="mobmenu-left-bt">XX</div>';
}
add_filter( 'mm_left_menu_filter', 'my_custom_html_left_menu' );
Thread Starter
NM6
(@himahuja)
Thanks @takanakui. Which of the two solutions do you advise, that works better in different resolutions?
I would like to display full logo in Desktop and Tablet mode, and short logo in MObile mode.
thanks again.
him
I think whatever makes you more comfortable, they will both achieve your goals.
Thanks.
Thread Starter
NM6
(@himahuja)
Thanks Rui. Hope you are safe and healthy in the wake of Corona outbreak.
thanks.
Thanks @himahuja
Everything ok in the 2 week of isolation, stay safe.