Xenforo Highlight search results (arama sonuçlarını vurgula)

guclusat

Tanınmış Üye
Süper Moderatör
Highlight search results

This is a very simple tweak but does help to highlight search results.

Search results use the highlight CSS class, which only has font-weight:bold applied by default.

You can use that class to style the results to make them stand out more.
Simply add this to EXTRA.css for example to make the matched search result text colour orange:

Kod:
.highlight
{
    color: @secondaryMedium;
}

You can obviously style it to suit.

Before:

upload_2014-7-29_11-6-5.png

upload_2014-7-29_11-4-56.png
 
Geri
Yukarı