Sub Menu Items dont show up In Side menu

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri Aug 31, 2012 10:54 am
Hi,
I have tried publishing sub menu items in Side menu , but they dont appear.
Kindly advise
User avatar
Senior Boarder

GK User
Fri Aug 31, 2012 11:26 am
Hi,
My apologies They do appear i forgot to check show sub menu items to "yes" in module config.
But this way they are always opened, can they be opened on hovering as with the main menu?
User avatar
Senior Boarder

GK User
Thu Nov 15, 2012 9:04 pm
This may be long over, but I will post my results for whomever is looking for this next.

Just drop the following into you override.css and alter it as you need.

Code: Select all
.box.menu li ul {
    display:inherit;
   font-size:14px;
   padding-left:20px;
   margin-top: -15px;
}
/* Change this color to whatever you want it to be */
.box.menu li ul li:first-child{
    border-top-color:#0B715B;
}
User avatar
Fresh Boarder

GK User
Thu Nov 15, 2012 9:05 pm
Mine was set to not display the submenus in the code.
User avatar
Fresh Boarder


cron