Remove "Sign in" from the menu in the mobile version

Posted in: Newspaper
Post count: 6

Hi
How to delete “Sign in” from the menu in the mobile version
http://prntscr.com/dumvgj

Post count: 23312

Hello serjnsk,

If you want to hide the Sign In form, you should use a bit of CSS code to do that.

The code is ->

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

Thanks for the message!

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