Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable Ajax load › Reply To: Disable Ajax load
February 1, 2016 at 3:48 pm
#7518
Keymaster
You can try a custom CSS code for that, something like:
[html]
p.asp-try a {
font-size: 18px !important;
}
[/html]
That should do the trick.