Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › stuck/wrong/not modifiable placeholder text › Reply To: stuck/wrong/not modifiable placeholder text
October 2, 2019 at 12:38 pm
#24189
Keymaster
Hi Edoardo,
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;
}