How To Change Icon on Mobile Menu

Posted in: Newsmag
Post count: 47

Hello sir,

How to change Icon Menu on Mobile Menu… Like Theme Newspaper
https://ibb.co/dKrBJv

Thanks Sir 😀

Post count: 23312

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!

Post count: 47

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

Post count: 47
Post count: 23312

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!

Post count: 47

Oke Thanks Sir 😀

Post count: 47

not appear the icon sir just letters only >> https://ibb.co/ij5Y0a

Post count: 47

I use .td-icon-mobile:before { content: ‘\e83e’; }

Post count: 47

How to fix sir?

Post count: 7909

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!

Post count: 47

Ok thanks sir 😀

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