Its posible to change Menu Icon? (td-icon-mobile)

Posted in: Newspaper
Post count: 260

HI Staff.

I Need to change Td-icon-mobile and set another icon jeje because very much people dont know the 3 horizontal barrs means Menu icon JAJAJA. Its Posible to made this change?

Post count: 22421

Hi,

You can change it with css and font-awesome as it;s a font icon. Here is an example:

.td-icon-mobile:before{
content: '\f10c';
}
[class^="td-icon-"]:before, [class*=" td-icon-"]:before{
font-family: 'fontawesome';!important
}

I set the circle icon to the menu.
You can find the list of icons and css content codes here: https://astronautweb.co/snippet/font-awesome/
(You need to have font awesome 4 menus installed)
http://screencast.com/t/3QeKZ3dcjh

Thank you!

Post count: 260

jejeje Thank you, i made this change vía custom CSS panel? Or i need to edit some specific php or css file?

Regards

Post count: 260

I made this edit in style.css and works for menu button, but breake aother FA icons showing chinesse characters (for example: td-icon-font td-icon-facebook |and| td-icon-menu-down )

Post count: 260

mmm 🙁 i cant make the change whitout braking this icons

Post count: 22421

Ups! My bad.

It seems it changes the newspaper font for the other icons as well. We need to be more specific with the css.
Try this one instead:
#td-top-mobile-toggle .td-icon-mobile:before{
content: ‘\f10c’;
}
#td-top-mobile-toggle [class^=”td-icon-“]:before, [class*=” td-icon-“]:before{
font-family: ‘fontawesome’;!important
}
You can add it in the theme panel. No need to alter style.css.

Thank you!

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