Bottom mobile menu search
-
Good afternoon, could you please tell me how to add a search function to the bottom mobile menu? I couldn’t find it there by default.
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, but there’s currently no way to add the “Search” button to the “Mobile bottom navbar”.
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.
Best Regards,
Can you tell me. can i put a trigger on the added icon so that the top search bar in the burger menu opens?
Hello,
Unfortunately, it is not possible. It requires customization, and this is beyond our limitations and support policy.
However, you can add the mobile menu with the search icon from inside.
See Screenshots for better understanding how it works:
https://postimg.cc/RqgB2DxN
https://postimg.cc/MXpk0mfG
Best Regards,
I did as you said and enabled search in the mobile menu. Can I change the icons of the existing buttons?
I want to change the mobile menu icon at the bottom to the search icon. But I would like the top menu to remain as it is.
Thank you in advance for your reply.
Attachments:
You must be
logged in to view attached files.
Hello,
Can you share the page URL so I can further check on your site and give you a possible CSS code.
Best Regards,
Hello,
Try adding the following Custom CSS in the Custom CSS for mobile area under Theme Settings >> Custom CSS.
.whb-wd-header-mobile-nav .wd-tools-icon:before {
content: "\f130" !important;
font-family: "woodmart-font";
}
Best Regards,