Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Pro – Chrome Issues › Reply To: Ajax Search Pro – Chrome Issues
September 9, 2016 at 10:16 pm
#10065
Hi,
It appears that the backface visibility CSS setting is defaulted to hidden, maybe by another stylesheet file. This very simple custom CSS should fix it:
.wpdreams_asp_sc, .wpdreams_asp_sc * {
backface-visibility: visible !important;
-webkit-backface-visibility: visible !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



