View Single Post
  #3  
Old 02-04-2019, 01:58 AM
 
georgedi07 georgedi07 is offline
 

Newbie
  
Join Date: Jan 2019
Posts: 2
 

Default Re: Removing blur on hover and add to cart button - Crisp White template

Quote:
Originally Posted by qualiteam
Hi there.
It is not blur, it is reduced opacity.
I was able to do this via Custom CSS.


Code:
.products-grid .product:not(.prevent-hover):hover .product-photo a { opacity: 1; }


Hi, it worked. Thank you!
__________________
X-Cart
Business 5.3.6.0
Reply With Quote