Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘mobile menu icon change to text’ is closed to new replies.
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.