Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Remove Title and Overlay › Reply To: Remove Title and Overlay
May 3, 2016 at 2:04 pm
#8568
Hi!
There is an option to hide the overlay, but I believe in your case it’s not the best thing to do, since you want to get rid off the title as well. If you turn off the overlay and the title as well, then the results will be unclickable, so I rather suggest something else.
Use this custom CSS to get rid off the overlay background and the icon, and to hide the title as well:
.asp_content {
display: none !important;
}
.asp_item_overlay {
display: block !important;
background: none !important;
}
.asp_item_inner {
display: none !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)