login area on mobile menu?

Posted in: Newspaper
Post count: 5

Hi!

How to hide login area on mobile menu?

thanks

Post count: 22421

Hello,

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.