How do I edit the mobile bottom navbar section?
-
Now I have added 3 special buttons to the Mobile bottom navbar section on my site, but I want to edit their appearance, for example, color and font.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:
.wd-toolbar-link.wd-tools-element .wd-tools-icon:before {
font-size: 30px;
color: #000000;
}
Best Regards,
When we make such changes, do we have a source to get the codes or do we have to create a form?
Hello,
You can configure the mobile bottom navbar by navigating to Theme Settings > General > Mobile Bottom Navbar: https://postimg.cc/ThhMsGtc
Here, you can:
Add or remove buttons, or set a custom button and set a custom URL to the form page.
Best Regards,