I'd like to customize my mobile navigation but am not sure how to do it.
I currently have 3 items on my main menu and 4 items in my footer menu. For my mobile nav I'd love to include all 7 items in the main menu. How do I do that?
Unfortunately, the mobile navigation will get all items from desktop navigaiton. So, there is no way to add more extra 3 menu items on mobile navigation.
Is it possible to keep certain items from appearing on the desktop version of the navigation menu? For example, let's say I want 10 items to appear on the mobile nav, but only 7 to appear on the desktop. Since we can't apply a customized nav menu to the mobile, then can we hide three items on the desktop nav menu and, if so, how?
Hi there,
I'd like to customize my mobile navigation but am not sure how to do it.
I currently have 3 items on my main menu and 4 items in my footer menu. For my mobile nav I'd love to include all 7 items in the main menu. How do I do that?
THANK YOU!
Hi,
Unfortunately, the mobile navigation will get all items from desktop navigaiton. So, there is no way to add more extra 3 menu items on mobile navigation.
Best Regards,
PenciDesign
How about this runaround?
Is it possible to keep certain items from appearing on the desktop version of the navigation menu? For example, let's say I want 10 items to appear on the mobile nav, but only 7 to appear on the desktop. Since we can't apply a customized nav menu to the mobile, then can we hide three items on the desktop nav menu and, if so, how?
Thank you.
I figured it out on my own. After finding the specific menu ID, I used this code:
#menu-item-23258 > a {
display: none;
}