Color of the Mobile Menu "Button"

Posted in: Newsmag
Post count: 10

Hello,

I have tried to find an image associated with the mobile menu white “hamburger” style button to change it to no luck.

Is it actually not an image at all, and part of a Font?

(1)Either way, is it possible to replace the icon with something else?

(2)Is it possible to change the color of the icon? (Also the search icon)

Thanks.

Post count: 6600

Hi,

You can use custom css to change the menu icon and color like this: http://screencast.com/t/sLwhGmV4jIX3

#td-top-mobile-toggle i {
background-image: url('');
}

.td-icon-mobile:before {
color: brown;
}

Hope this helps!
Thanks

Post count: 10

Lucian,

This is very very helpful! Thank you. Last ? Regarding this is the current icon somewhere under the images folder and I just couldn’t locate it? I would rather modify the existing file so I know the dominisons are absolutely correct.

Thanks !

Post count: 6600

Hi,

The current icons is added using css and the newsmag font like this: http://screencast.com/t/YTiWaIaWBu
You can do this via css and add the icon as a background image url or you could for eg use font awesome and use the same method to add another icon.
You cloud also do this by editing the header-menu file and add the img icon like this: http://screencast.com/t/PZ6fw3mKSXr

Thanks

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