This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search Bar is displayed wrong!

#12684
Ernest MarcinkoErnest Marcinko
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.