Reply To: Search Bar is displayed wrong!

#12684
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

There is no option for that, but it’s actually possible, by adding one small custom CSS snippet:

.asp_content b span.highlighted {
    color: inherit !important;
}

This will make sure that the highlighted text inherits the color from its parent – therefore it won’t be visible in the content.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)