Jump to content

Delete Submenu dropdown


Recommended Posts

You can hide it with css but it's hard to say without seeing your site, because you have custom theme.

Can you share your url?

Hi dioniz, the site is still offline : ( , if what cssnya example, described in detail?, I use a template leo converse,  thank you for your help :) :)

Link to comment
Share on other sites

Ok i checked leo converse demo site and there's CCC turned on so i can't tell you exactly what file is css for menu in.

But it's probably in menu folder somewhere.

 

Try to add this code to it:

.dropdown-menu li li{
    display:none;
}
  • Like 1
Link to comment
Share on other sites

 

Ok i checked leo converse demo site and there's CCC turned on so i can't tell you exactly what file is css for menu in.

But it's probably in menu folder somewhere.

 

Try to add this code to it:

.dropdown-menu li li{
    display:none;
}

thank you :) :)

Link to comment
Share on other sites

×
×
  • Create New...