Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ASP Customization › Reply To: ASP Customization
February 23, 2021 at 9:03 am
#31740
Keymaster
Hi,
I believe there is no option for that, but it should be doable via custom CSS:
div.asp_w.asp_r .results .asp_nores {
color: red !important;
font-size: 22px !important;
background: black !important;
}