Mobile Menu

Posted in: Newspaper
Post count: 1

Hi,now the mobile menu on my site have social icons and sign-in on the top of the menu,how can i remove these and repace with our logo?

Post count: 35449

Hi,

If you are not using theme mobile you can disable the sign in from mobile in Newspaper>Theme panel>Header>Top bar
https://www.screencast.com/t/JGNvJ708

In order to remove the social icons you need to go in Newspaper>theme panel> Social Network ( but will hide from desktop to ).

Or you can add this custom css In Newpaper>Theme panel>Advance css> phone
.td-mobile-container .td-menu-socials{
display: none;
}

Unforgivably our theme do not have any option to set a logo in mobile main, sorry ( this can be done only with custom code ).

Thank you for your understanding.

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