mobile menu

Posted in: Newspaper
Post count: 10

how do I remove the entry record that is inside the mobile menu

Post count: 20688

Hi,

What exactly do you mean by entry record? Maybe it could be removed with CSS. I will try to give you a solution if possible.

Thanks

Post count: 10

disable this option to enter the administrator, which is in the mobile menu,
http://prntscr.com/k5rwjo
please

Post count: 20688

So you mean the login options on mobile? Use a code like this to remove it
https://www.screencast.com/t/uk9DeaYIrHfz

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

Enter that in Theme panel->Advanced CSS phones field if you don’t use the mobile theme.

If you use the mobile theme plugin, enter that in Theme panel->Mobile theme->Custom CSS.

Post count: 10

Perfect, thanks

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