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 #1569757
Mega menu
Closed

Comments

  • wanderingsneakers started the conversation

    Hello,

    I have an issue with Mega menu. I have some of my posts tagged with categories Destinations, Asia and Japan. But in MM I want only Destinations and submenu Asia. How to avoid the 3rd catogory to appear in MM?


    Thank you

    wanderingsneakers

  •  2,699
    PenciDesign replied

    Hi,

    To do that, you just need to edit category "Japan" and make parent of this category is "None"

    Or let's try add more this code to Customize > Custom CSS to do that:

    #navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a[data-id="penci-mega-10"] { display: none; }

    With number 10 on the above code is category ID of category Japan - check this guide to know how to find category ID of a category.

    Best Regards,

    PenciDesign

  • wanderingsneakers replied

    Hi, it works. Thank you :)

    wanderingsneakers