How to change the search results dropdown list bakgauge color?
-
please check
Attachments:
You must be
logged in to view attached files.
Hi HARSLE,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.search-results-wrapper .wd-dropdown {
background-color: #fff;
}
Regards,
but it will be a problem for the text, I think the text should also be black
Attachments:
You must be
logged in to view attached files.
Hi HARSLE,
Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.search-results-wrapper .wd-dropdown {
background-color: #fff;
}
.search-results-wrapper .autocomplete-suggestion:not(.autocomplete-selected) .wd-entities-title {
color: #000;
}
Regards,
but how can I remove the cursor hover like the picture showed
Attachments:
You must be
logged in to view attached files.
Hi HARSLE,
Do you want to remove background color hovering effect? Please confirm me back.
Regards,
Hi HARSLE,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.search-results-wrapper .autocomplete-suggestion:hover,
.search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
background-color: transparent;
}
Regards,