Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search result vertical title bold on hover › Reply To: search result vertical title bold on hover
November 7, 2024 at 9:51 am
#51741
Keymaster
Hi Harald,
This custom CSS will do the trick:
div[id*=asp-res]:hover a.asp_res_url {
font-weight: bold !important;
}
I hope this helps!