Close

Menu Combination 3.3

pdesignz
9 years ago
#7509 Quote
Avatar
  • 40
I am using Nop 3.3 and wanted to see if there was a way to have a combination of the mega menu styling. I like the categories with pictures option for my store product categories, but would prefer the single list option for all other menus. Is this possible, or would be one or the other and no option to combine.

thanks
Deni
9 years ago
#7516 Quote
Avatar
  • Moderator
  • 389
pdesignz wrote:
I am using Nop 3.3 and wanted to see if there was a way to have a combination of the mega menu styling. I like the categories with pictures option for my store product categories, but would prefer the single list option for all other menus. Is this possible, or would be one or the other and no option to combine.

thanks



Hello,

This behaviour can be easily achieved only by CSS.

I will provide you a sample CSS that can change the look of the manufacturers dropdown(Note that this is just a sample CSS and will not look good enough on all themes!).

.manufacturers .box {
  float: none;
  padding: 0;
  width: 100% !important;
}
.manufacturers .box > ul {
  display: none;
}
.manufacturers .title {
  border: none;
  padding: 0;
}


If you want similar complete functionality, you can suggest it to our user voice portal:

https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback

Best Regards !
Best Regards,
Mladen Staykov
Nop-Templates.com