How to remove front (top menu) login

Posted in: Newspaper
Post count: 6

Hello i will to remove the login button in the top menu.
How can i do that?
thanks a lot

(under constraction not activate)
link

Post count: 23312

Hello nicolasionia,

If you want to remove the login button from the top menu bar, you have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-login-modal-js {
display:none;
}

Thank you for the message!

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