Ajax Search , show long product name is mix
-
Hi , i use search ajax in home page , but how to move select category size to less or more , second problem is , how to remove to don not show sub-directory , third , if category name long , will show in 2 line
photo is attach
https://toolsfon.com/
Attachments:
You must be
logged in to view attached files.
Hi amircn,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
1. Sub-categories
.wd-dropdown-search-cat ul.children{
display: none;
}
2. Search categories’s width
form.searchform.wd-with-cat {
--wd-search-cat-w: 250px;
}
3. Categories length
It will breakdowns 2 line by default if the categories too long.
Regards,
Thanks , up now is okay , srach area
just dropdown menu the possiton and size to set ?
image attached
Attachments:
You must be
logged in to view attached files.
Hi amircn,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-dropdown-search-cat.wd-design-default {
width: 290px;
}
Regards,