Home › Forums › WoodMart support forum › How to make menu icons bigger › Reply To: How to make menu icons bigger
March 18, 2023 at 4:05 pm
#452332

Aizaz Imtiaz Awan
Keymaster
Hi,
Please add this code to the Theme Settings > Custom CSS > Global:
#menu-sticky-navigation-mega-electronics .menu-item a img {
width: 3em !important;
height: 5em !important;
}
Best Regards.