Dalete ''Sign In'' button of the menu

Posted in: Newspaper
Post count: 12

I like the new mobile menu, but a don’t want to show the ”sign in” button. I don´t use the new mobile plugin (I think is to basic still, but is good).

So, tell me how can I hide the button ”Sign In”.

My blog is: http://www.runnerschile.com/blog/

Post count: 22421

Hello,
The sign-in button from the mobile menu can be hidden from this setting: http://screencast.com/t/Ikd3fDek
Unfortunately this will also remove the sign-in from the desktop version as well, so if this is not waht you want, you can use a custom css to only remove the sign in from the mobile menu:
.td-menu-login-section{
display:none!important;
}

Thank you!

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