Jump to content

Is it possible....


rac

Recommended Posts

Hi,

Is it possible to add pages/categories to an element displayed on the horizontal top menu BUT not have them display on hover? For example I have a link on the horizontal top menu [resources] and when I hover over it the cats and pages are shown below. However I just want to be able to click on the resources link and go to a page that displays the cats and pages in a list.

TIA

hover.jpg

Link to comment
Share on other sites

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;
}

Expand  

then replace with:

  Quote

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

Expand  

 

Edited by Idroclic (see edit history)
Link to comment
Share on other sites

  On 3/26/2019 at 1:08 PM, rac said:

as far as i can tell there appear to be a lot of mega menu's, any one in particular?

Expand  

Sorry, but i buyed a theme with the megamenu integrate! 

 

I see this modules:

https://addons.prestashop.com/it/menu/20464-responsive-mega-menu-horizontaldropdownswipesticky.html

https://addons.prestashop.com/it/menu/27075-mega-menu-pro.html

But i not tested it.. Read the description and choice! Seems nice!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...