Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1886866
Custom Mobile Navigation
Closed

Comments

  • anbirken started the conversation

    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!

  •  2,699
    PenciDesign replied

    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

  •  1
    dillonwalsh replied

    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.

  •  1
    dillonwalsh replied

    I figured it out on my own. After finding the specific menu ID, I used this code:


    #menu-item-23258 > a {
       display: none;
    }