Limit the number of products show in search header
-
Hi,
i want to limitthe number of products show in search header in 3 and below will be VIEW ALL RESULTS, also is possible to inverter the position of VIEW ALL RESULTS as in picture attached,
best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to WoodMart -> Header builder and in the settings of the “Search” element set an appropriate figure for the “AJAX search results count” option.
https://prnt.sc/zptUUGoL5nR5
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
Hi,
is ok now,
for the second to inverter the position of VIEW ALL RESULTS as in picture attached (i mean text VIELL ALL PRODUCTS to be show in top not in bottom??
best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Please try this one code for changing the position of the “VIEW ALL RESULTS” button. Paste it into the “Desktop CSS” area in Them settings -> Custom CSS.
.wd-header-search-form .wd-dropdown-results .view-all-results {
order: 1;
}
.wd-header-search-form .wd-dropdown-results .autocomplete-suggestion {
order: 2;
}
Please let us know if there is anything further we can assist you with!
Kind Regards
Hi,
is working, in mobile is possible to do the same things?
best regards
Here is a code for the mobile search:
.mobile-nav .wd-search-form .view-all-results {
order: 1;
}
.mobile-nav .wd-search-form .autocomplete-suggestion {
order: 2;
}
Enter it into the “Mobile CSS” area in Theme Settings -> Custom CSS.
Kind Regards
Thank you so much for your solution
best regards
Hello,
You are welcome!
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Limit the number of products show in search header’ is closed to new replies.