Close

Categories Under Products menu

aesperon
10 years ago
#2496 Quote
Avatar
  • 3
How can I change the size of the categories under the products in the Mega menu
IvanStoyanov
10 years ago
#2500 Quote
Avatar
  • Moderator
  • 269
aesperon wrote:
How can I change the size of the categories under the products in the Mega menu


Hi aesperon,

The Nop Mega Menu plugin have a setting: Categories image size (pixels): with this setting you can configure the size of the pictures.  Also you will need to configure the .css of the Nop Mega Menu plugin. For the Shop All theme it is configured for images 90px X 90px.

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!
aesperon
10 years ago
#2501 Quote
Avatar
  • 3
Sorry, I didn't posted my question correctly initially. I need to modify the size of the fonts under the category section. For Example on the left panel after a select a category I need to increase the size of the fonts there.

Thanks
IvanStoyanov
10 years ago
#2502 Quote
Avatar
  • Moderator
  • 269
aesperon wrote:
Sorry, I didn't posted my question correctly initially. I need to modify the size of the fonts under the category section. For Example on the left panel after a select a category I need to increase the size of the fonts there.

Thanks


Hi aesperon,

You need to go to /Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/ShopAll/Content and open the style.css file. There go to line 198 and find the following definition:
.mega-menu .row .box li a {
padding: 5px;
font-size: 11px;
}


Change the font size to configure the styling.

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!