Hiding drop down menus

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 27, 2013 9:25 am
Reply with quote
Report this post
I would like to globally turn off drop down menus from the main menu of my website:

Menu.png


Is there any way to set that every menu item with level greater than 1 is invisible but still enabled? I would like to avoid messing with menu items structure because I use aliases to these menu items in many places on the website.
User avatar
Expert Boarder

GK User
Sat Jun 29, 2013 7:13 am
Reply with quote
Report this post
Hi,
sure using CSS to hide them.
But you have to know all menu ID to hide one by one, all hide them all.

FOR EXAMPLE:
Code: Select all
.gkMenu > ul > li > .childcontent .gkcol { display:none}


Where: https://www.gavick.com/documentation/jo ... -template/
User avatar
Platinum Boarder


cron