Jump to content

Edit History

Idroclic

Idroclic

Wrong topic area?

Anyhow, if u want remove the hover menu (completely) u can edit theme.css file:

find:

Quote

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block!important;
}

then replace with:

Quote

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: none!important;
}

 

Idroclic

Idroclic

Wrong topic area?

Anyhow, if u want remove the hover menu (completely) u can edit theme.css file:

find:

Quote

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: block!important;
}

thene replace with:

Quote

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: none!important;
}

 

×
×
  • Create New...