Mobile Menu Newsmag

Posted in: Newsmag
Post count: 12

Hello,

I’m struggling:
1. to remove background image from mobile menu
2. place the mobile menu to the right side (instead of the left)
3. create a custom menu for mobile (where do I set it)?

Best regards!

Post count: 35449

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!

Post count: 12

Hi Calin,

Thank you.
1. Removed, now I have a gray bg-color. Do I need css to set it to black?
2 & 3 – Ok, thank you!

Best regards!

Post count: 12

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!

Post count: 35449

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!

Post count: 12

Hi, Calin,

All good. Thank you!

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