Hi
Try this custom css: http://screencast.com/t/43m8v958
.td-icon-mobile:before {
content: '\2630';
font-size: 40px;
}
Thanks!
Hi
I’ve checked your site and the new mobile icon is displayed fine: http://screencast.com/t/NiVkA7Zfk7k If you’re referring at the delay, that is caused because first time it’s loaded the main css from the style.css, than the custom css. To avoid that delay you can insert the code directly in style.css file: http://screencast.com/t/S753z26v43f
Thanks!
Hi
Try to change this class name like here: http://screencast.com/t/tddrfiUNGN then replace the above css with this one: http://screencast.com/t/VMLEdqNWbHHY
@media (max-width: 767px){
.td-icon-my-mobile:before {
content: '\2630'!important;
font-size: 40px;
}
}
Also you can use Font Awesome 4 Menus plugin which works fine with the theme, just and add this classes here: http://screencast.com/t/5xu6mROgSEA
Thanks!
