Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Content Search for Other Post Types › Reply To: Content Search for Other Post Types
November 7, 2022 at 2:27 pm
#39891
Keymaster
The placeholder follows the input color, if you want to change it individually, use a custom CSS, like:
input.orig::placeholder {
color: red !important;
}