Make default Mobile Icon and search icon invisible

Posted in: Newspaper
Post count: 2

Hello,I bought your theme,it’s a good one, how can I make invisible the newspaper default mobile menu icon and search icon, i tried using a mobile menu plugin but the newspaper mobile search and menu icon is still visible.

Post count: 20688

Hi,

Thank you for your appreciation of the theme, there are many more new features to come in future updates.

So you want to remove the mobile menu icon and search icon. If that is the case, then this could be done with some CSS. Try a code like this
https://www.screencast.com/t/WPADQpj9
This code can be entered in Theme panel->Custom code->Advanced CSS in the phones section

#td-top-mobile-toggle,
.header-search-wrap {
display: none!important;
}

If this is not what you wanted, some additional details would be helpful.

Thanks

Post count: 2

Oh thanks,dah worked
Wah mobile app plugin will work fine with my theme and how can I make my client see the progress of the project, he isn’t anywhere close.

Post count: 20688

Glad it worked. Let us know if you have more questions, or you need help with something. We will try to help you.

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