Icon to Launch Menu on Mobile

Posted in: Newspaper
Post count: 52

I apologize if this has been addressed previously, but I searched and couldn’t find it. I would like to know how to switch out the mobile menu icon to be the one with the three horizontal bars, rather than the 3×3 grid of squares.

It seems like that is the standard to launch menus on most sites, and the 3×3 grid is used more as a pull down menu (eg Google apps).

As far as the CSS, I see that everything is pulled from images/sprite/elements.png but I can’t figure out how to modify the code to change what part of the png shows up…

Any help would be appreciated. Thanks!

Post count: 6600

Hi,

Plase add this custom CSS to Custom CSS->Theme Panel:

@media (max-width: 767px) {
.td-sp-ico-menu {
background-position: -20px -364px !important;
}
}

Thank you

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