Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Frontend Search Title › Reply To: Frontend Search Title
April 15, 2019 at 12:56 pm
#22151
Keymaster
Hi,
I think you will have to use custom CSS for that, as it is inherent from the theme. This should do the trick:
.asp_sb fieldset legend {
color: red !important;
font-weight: bold !important;
font-size: 18px !important;
}
Just change/remove whatever properties you want to change. I hope this helps!