Remove login option in mobile menu

Posted in: Newspaper
Post count: 60

HI.

How do I remove the login option in the mobile menu. I have nothing in the desktop menu but uwhen running on a mobile device I get a login option in the menu.

Post count: 20688

Hi,

If you are using the mobile theme plugin, this has no option to remove the login. You could hide it with a code like this if needed
https://www.screencast.com/t/e00b7BqcN
Enter it in Theme panel->Mobile theme->Custom CSS code section and the sign in/login will not be displayed when using the mobile theme plugin.

.td-menu-login-section {
display:none;
}

Thanks

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