hi,
how do I change the mobile menu icon to specific text? ( yeah … client’s request )
http://screencast.com/t/wzVOAaiHTpkn
thanks a lot :)
Hey decode!
Please add following code to Quick CSS
a#advanced_menu_toggle:after {
content: ' Menu';
font-size: 12px;
}
Regards,
Yigit
Hey Yigit,
thanks :)
but the icon is still hanging there, I need it to be “replaced” by the text.
Hey!
Please add following code to Quick CSS as well
a#advanced_menu_toggle:before { display: none; }
Cheers!
Yigit
thanks a lot :)
it works fine.