How to delete sign in on mobile menu and get rid of graident?

Posted in: Newspaper
Post count: 84

Hi sir,

I want to delete the sign in that show on the mobile menu

and also want to make the background without gradient, I want it to be all black.

https://ibb.co/MPbbT8T

Post count: 18283

Hello !

I have seen that you fixed your background, for the sign in here is the code: #td-mobile-nav .td-menu-login-section {
display:none;
}

The code must be inserted in Theme Panel – Mobile Theme – Custom Code: https://www.screencast.com/t/3zYzY4sLdum

Thank you !

Post count: 84

I can’t seem to find the mobile theme, I guess I need to install mobile theme plugin?

What if I don’t want to use that plugin, can I still delete sign-in text?

Post count: 18283

Hello !

Please add this code instead: #td-mobile-nav .td-menu-login-section {
display: none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 84

Thank you Vlad! That seems to fix my problem 🙂

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