placeholder text on post tag multiselect list with search won’t personalize. It just keeps displaying “Select Some Option” although I insert another text (or nothing at all).
I can confirm this is an issue, it had not been reported before. I will make sure to correct this within the upcoming release. If you want, I can fix it directly within your server (via FTP access) if you need it more urgently.
Thank you, I have made the change, hopefully it should be okay now.
Yes, those should change, but an inherent style from the theme can override it very easily. You can try this custom CSS to change the styling manually:
.asp_w.searchsettings fieldset legend {
color: red !important;
font-size: 18px !important;
}