Home › Forums › WoodMart support forum › How to make menu icons bigger How to make menu icons bigger This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 13, 2023 at 8:09 am #450567 Golden1Participant Is there a way I can make these icons bigger? The Icon image size is indeed 48×48 pixels, but even if I use a 24×24 they are all coming the same size…I noticed they look much nicer and bigger on the xtemos ‘mega electronics’ demo page screenshots attached. March 13, 2023 at 12:05 pm #450660 Aizaz Imtiaz AwanKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to do this img.wd-nav-img{ max-height: 65px; margin-right: 10px !important; } Best Regards. March 18, 2023 at 7:12 am #452256 Golden1Participant Hello, I tried adding this but the icons remain same size…i’ve added temp admin link for you to try. March 18, 2023 at 4:05 pm #452332 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register