Home › Forums › WoodMart support forum › A larger category name and icon › Reply To: A larger category name and icon
December 11, 2023 at 11:23 am
#520311
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to adjust vertical menu icons size.
body .wd-nav-img,
body .mega-menu-list img {
max-height: 22px;
}
Kind Regards