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-feedbackBest Regards !