Getting rid of themes menu on mobile devices

Posted in: Newspaper
Post count: 10

Hi, How do you disable the newspaper themes menu on mobile devices? I am using a separate plugin to display my sites menu on mobile, however I can’t seem to work out how to get rid of the themes menu.
Please see attached image:

http://screencast.com/t/ydEbLych6kjo

I am wanting to disable the two areas in red when the theme is on mobile devices. Any guidance on this would be helpful????

Post count: 7909

Hi,

Do you use also the Mobile Theme plugin? In this case you can try to remove or comment this code – http://screencast.com/t/C4h36vO3
If you don’t use the Mobile Theme plugin and you use the default mobile version you could use custom css to hide it – http://screencast.com/t/h8i2WwAy

@media(max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full {
display: none;
}
}

Thanks!

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