Hello,
I don´t like the menu icon on mobile version and I´m wondering if it´s possible to have a title like MENIU in the left or right side of the icon…like in this image: https://postimg.org/image/t30h2g0tz/
Thank you.
Hi teotaban!
Please add to your CSS and let us know if it is working
#advanced_menu_toggle:after {
content: “Menu” !important;
font-size: 10px !important;
left: 10px;
position: absolute;
top: 17px;
}
Thanks a lot
Regards,
Basilis
Hi Basilis,
thank you for the code but doesn´t work
https://postimg.org/image/jx6nwin2p/3b6b61f4/
Hi!
Can you please try using following code
a#advanced_menu_toggle:before {
content: 'Menu';
font-size: 14px;
top: -7px;
position: relative;
}
If that too does not help, please create a temporary admin login and post it here privately so we can look into it
Best regards,
Yigit
Hi Yigit..your code it´s working Thank you very very much.