Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Search hit item title not emphasized
dleffler
New
I've tried all the theme options (swatches) for v2.5.0 and the discussion title is NOT emphasized so each discussion in a search tends to blend in with the rest. I've added the following style to the theme style.css simply to get it highlighted.
.DataList .Title,
.DataList .Title a {
font-weight: bold!important;
}
1