Hello,
1. You can remove it using the option from the theme panel – https://i.imgur.com/6yGk3gt.png
2. The mobile menu can be change from left to right only using custom css.
You can try this custom code:
#td-top-mobile-toggle {
float: right;
margin-right: 10px;
}
.td-search-wrapper {
float: left;
position: unset;
margin-top: -13px;
}
Set the css in the theme panel > custom code > advance css > phones (this code will be apply only on responsive version).
3. You can use a different menu for mobile only if you are using the mobile theme plugin – https://tagdiv.com/mobile-theme-get-mobile-ready-with-newsmag-theme/
Thank you!
4: How can I remove the secondary menu (main-menu, desktop)
You can see it here on demo: https://demo.tagdiv.com/newsmag/category/tagdiv-tech/
But I don’t have any sub-categories at this moment, only main categories, so it display the same categories from the 1st menu.
P.S. It’s visible only when you access category links, on homepage or post, it display only the main menu.
Regards!
Hi,
1. The mobile menu color can be adjusted using the settings from here – https://i.imgur.com/zP4dl00.png
4. I think that you are referring to this one – https://i.imgur.com/wlwyCqz.png that one can be removed using those settings – https://i.imgur.com/cXHCAjj.png
Thank you!