Hello sir,
How to change Icon Menu on Mobile Menu… Like Theme Newspaper
https://ibb.co/dKrBJv
Thanks Sir 😀
Hello newbietamvan,
The code from mobile menu icon cand be found here -> https://www.screencast.com/t/6hT4nJTqS So, if you want to change it you should edit the theme core files and add another icon code which has to be loaded in Theme. Also, you can try using a plugin with this functionality and check the results.
Thanks for the message!
I use code .td-icon-mobile, like newspaper 7 \e83e
But like chinnese language > https://ibb.co/ddUZMF
What wrong sir? How to fix icon like in theme newspaper
Hello
Try to clear all your caches, purge all CDN files if you are using the CDN system and check the results. For example, I try to add on my side a random code and seems to work as expected, as you can see here -> https://www.screencast.com/t/p2HWxrbHkKz
Thanks for your understanding!
not appear the icon sir just letters only >> https://ibb.co/ij5Y0a
Hi,
The Newspaper font doesn’t exist on Newsmag theme, so you will need to use a font awesome plugin for this.
Font Awesome 4 Menus is a tested plugin and it should work if it is active and you use this custom css – https://www.screencast.com/t/M7UnNLAsVXKK
.td-icon-mobile:before {
content: "\f0c9"!important;
font-family: FontAwesome !important;
}
Thanks!