Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Color text in custom user meta search fields › Reply To: Color text in custom user meta search fields
May 15, 2019 at 6:05 pm
#22680
Participant
Hello again Ernest,
After thinking about it, I think the problem could be here:
$(‘select’).on(‘change’, function(){
That code tells “on change” to change the color; but when a search is done there is “no change”, the field comes as it is, so it doesn’t keep the color.