Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Customising results boxes › Reply To: Customising results boxes
December 20, 2022 at 4:19 pm
#40598
Keymaster
Hi,
For rounded corners, you could try a custom CSS like:
.item {
border-radius: 12px !important;
}
..and also to change the background hover color:
div.asp_w.asp_r.isotopic .results .item .asp_item_overlay {
background: #ff000024;
}