as soon as i click on menu ie. Cisco under my home menu, sub-menu disappears. or cant click the sub menu
hbfites11 Hi. Please try add this to css:
#t3-megamenu > ul > li.dropdown:hover > div.dropdown-menu { display: block !important; }
teitbite where should i add ?
hbfites11
.t3-megamenu > ul > li.dropdown:hover > div.dropdown-menu { display: block !important; }
You can put into the file: /template/ja_sensei (your default template)/css/custom.css (create this file if it doesn't exist)
the sub-menu is displaying, but the item within sub-menu disappears.
hbfites11 Hi,
I changed the dropdown trigger of the megamenu on your site and it's working fine now, also removed above css code.