How to edit mobile menu and remove/edit login options from mobil

Posted in: Newspaper
Post count: 4

Hi

How to edit mobile menu and remove/edit login options from mobile menu.

Im not using Mobile theme and i cant use it because some plugins dont work with this properly.

Thanks

  • This topic was modified 8 years by indreksi.
Post count: 22421

Hello,

If you do not use the mobile theme, then you can only hide the login with css. Please use this code in your theme panel-> custom css box:

@media(max-width:767px){
.td-menu-login-section{
display:none;
}

Thanks.

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