Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Make image clickable — Scroll to Result container header › Reply To: Make image clickable — Scroll to Result container header
August 18, 2020 at 1:20 pm
#29031
Keymaster
Thank you, it is working perfectly.
I have found the underlying issue, it was not the custom CSS luckily. I had to enable this option, so that the overlay is area is displayed, but since you don’t want to actually show this hover-overlay, I also added this custom CSS to make it transparent:
/** Make overlay invisible **/
.asp_r_4 .asp_item_overlay {
opacity: 0 !important;
}
It now acts as a transparent layer below the cursor, and should work as expected.