change mobile menu icon with text

Posted in: Newspaper
Post count: 3

hello, there is a way to change mobile menu icon with text like “MENU”? http://prntscr.com/ds3cb4

Thanks before 🙂

Post count: 23312

Hello fachruljody,

If you want to change the menu button to “MENU” you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS Area.

.td-icon-mobile:before {
content: '\MENU';
}

The result is here -> http://screencast.com/t/HTdJhGAdjKIz

Thanks for the message!

Post count: 3

Big thanks for your answer. it’s work and really help me.

Im sorry, may i ask you one question? how to make “MENU” button like http://prnt.sc/ds5rwj ?
i try this code but doesn’t work.

.td-icon-mobile:before {
font-size:16pt;
border-radius: 10px;
content: ‘\ Menu’;
}

Post count: 23312

Hello fachruljody,

Please keep in mind that this is not a simple task and it involves additional customizations. Sorry, but we cannot provide custom work at the moment, sorry! Usually, we recommend the developers from studio.envato.com

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.