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