How to change the text & icon for the Mobile bottom navbar – menu button
-
How can I change the mobile menu button text style and upload my own icon instead, similar to what I did for Custom Buttons 1 & 2?
Additionally, is there a way to create Custom Button 3 and add a custom URL link to open the menu page, similar to its current functionality?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global. Navigate to Theme Settings > Typography > Icons fonts and change icons as per your requirements.
.wd-header-mobile-nav .wd-tools-icon:before {
content: "\f134" !important;
font-family: "woodmamrt-font";
}
.wd-toolbar-label {
color: #e10000;
font-size: 12px !important;
font-family:fantasy;
}
Sorry to say, it is not possible to create the same menu functionality in the custom button.
Best Regards.