Removing mobilemenu

Posted in: Newsmag
Post count: 17

Hi!

We’ve activated ubermenu, but as another topic here describes it does not work as it should on mobile (works fine on desktop).

On mobile both the theme-menu and ubermenu are showing.

I’m just wondering if there’s an easy way to deactivate the themes mobile menu?

Regards,
Vidar

Post count: 23312

Hello vdaatland,

If you want to disable the mobile menu icon, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

#td-top-mobile-toggle{
display:none;
}

The result is here -> http://screencast.com/t/lGlraUiE

Thanks for the message!

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