Remove the 'log in' on mobile menu?

Posted in: Newspaper
Post count: 3

Hi

I can’t find where to remove the log in option on the mobile menu. I am sure that I can find a way to log in when necessary, but there is no need for a log in to take up space for my visitors when they have no use of it. Please advice?

Best,
Marius

Post count: 23312

Hi marius,

You can use a bit of CSS code if you want to hide the login for mobile mode. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-menu-logout{
display:none;
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.