Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Hide Second Sub Child Page in Top Main Nav in Word Press WordPress

  • SOLVED

Please refer to screen shot where you can see in more detail what part of the sub menu I want to hide from the main top nav bar.

I don't want to disable just hide it. I want to customers to click on a subcategory but hide the pages under those subcategories.

I don't want to disable because I want the child pages to show under site map and mobile devices.

Answers (3)

2014-02-14

Arnav Joy answers:

can you show url of the live site?


alumicenter comments:

yes, is alumcenter.net/test

I tried your option but it hides all the submenu as well


Arnav Joy comments:

place following css

#menu-main-nav .drop ul .drop {
display: none !important;
}


alumicenter comments:

Arnav,
It works, how do I remove the arows?

Thanks


Arnav Joy comments:

add this

#menu-main-nav .sub-menu li.parent a:after, #menu-main-nav .sub-menu li.parent .sub-menu li.parent a:after{contet:"" !important;}


alumicenter comments:

It works....perfect

Thanks, I will submit payment


alumicenter comments:

Did you received payment?


alumicenter comments:

Arnav
You help me before with this issue, but today when I upgrade to the latest version of my theme, the problem happened again.
What I want t accomplish is to remove the submenu from the main menu as well as the arrows.

I tried the old procedure but it didn't work

place following css

#menu-main-nav .drop ul .drop {
display: none !important;
}

Let me know if I need to post this project or you accept direct PayPal.

The following is the issue