Remove sign in Option

Posted in: Newspaper
Post count: 29

When you browse my site as a GUEST on a phone the menu deflates to a hamburger on the left. When I click on it I get my menu, all well and good but at the top there is a sign in option. I do not want people to try and sign in and this is causing confusion. How do I remove Sign in from this menu? Thanks

  • This topic was modified 7 years by jim-2.
Post count: 20688

Hi,

If you use the mobile theme this has a setting to deactivate the mobile menu login
http://prntscr.com/mjzsn0

If you don’t use the mobile theme the login from desktop will be displayed on mobile
http://prntscr.com/mjzt1l
Disabling that option will affect both desktop and mobile. However I could give you a code to remove it just for mobile, enter it in Theme panel->Custom code->Advanced CSS->phones field

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

It will remove the login from mobile, while on desktop it will remain. You could give it a try.

Thanks

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