Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Bar is displayed wrong! › Reply To: Search Bar is displayed wrong!
April 13, 2017 at 2:59 pm
#12684
Keymaster
Hi!
There is no option for that, but it’s actually possible, by adding one small custom CSS snippet:
[html].asp_content b span.highlighted {
color: inherit !important;
}[/html]
This will make sure that the highlighted text inherits the color from its parent – therefore it won’t be visible in the content.