Home › Forums › WoodMart support forum › Change size label only for hambuerger menu › Reply To: Change size label only for hambuerger menu
June 23, 2020 at 9:14 am
#205636
Aizaz Imtiaz Awan
Keymaster
Hello,
To change the font-size of the burger menu label you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-burger-label.wd-tools-text {
font-size: 20px;
}
You can adjust the value accordingly.
Best Regards.