Home › Forums › WoodMart support forum › Mobile Search Fullscreen | some other questions › Reply To: Mobile Search Fullscreen | some other questions
Elise Noromit
Hello,
1. Is it possible to put the desktop fullscreen search as mobile search, i would like to have consistency.
No, it is not possible.
2. If not how to put a search field on mobile in the last row of the headbuilder, without the loupe as a link to the mobile menu ( i found the other topic how to remove the search in the mobile menu…)
We can hide search in the mobile menu, however, it is not possible to insert in the bottom;
3. Is it possible to add widgets in the full screen search?
No, it is not possible.
4. How to change the / in Single Product ( Home “/” Category ) in something else?
Add this code to the Theme Settings > Custom CCC:
nav.woocommerce-breadcrumb a:after {
content: ">";
}
You do not need PHP code for that.
5. How to make the mobile menu react on the whole parent category ( area ) and not only on the arrow right, so that it shows the subcategories.
Replace # in the custom link for the Product Category or insert the link.
Best Regards