Search bar in Mobile Menu not showing
-
Hello,
Search bar is not showing on mobile menu while the option “Show search form” is on.
Attachments:
You must be
logged in to view attached files.
Hello,
I checked your site and found that the search form is being hidden by custom CSS added in Theme Settings > Custom CSS.
The following rule is preventing the search bar from appearing in the mobile menu:
.wd-search-form form.searchform.wd-style-default {
display: none !important;
}
Please remove this CSS rule or disable it temporarily and then check the mobile menu again. The search form should appear correctly since the “Show search form” option is already enabled.
Best Regards