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

then replace with:

Quote

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

 

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

1 minute ago, Idroclic said:

In this case u can buy a mega menu module.. U find it in the prestashop addon page! It's not very expensive..

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

Link to comment
Share on other sites

3 minutes ago, rac said:

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

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

4 minutes ago, rac said:

thanks 

btw do you know a quick way to remove the powered by prestashop link at bottom of pages?

You can replace the write in your BO! Go to -> international -> Translate 

image.png.98710d268df802cc6e72cff778f8b46c.png

 

and find the word "powered":

image.png.0323b8dfd7cdc495bc77d357481f6fc2.png

U can replace that write!

  • Like 1
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...