X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Removing blur on hover and add to cart button - Crisp White template (https://forum.x-cart.com/showthread.php?t=76797)

georgedi07 01-29-2019 04:14 AM

Removing blur on hover and add to cart button - Crisp White template
 
Hi,

Is there a way to remove the blur on hover the products in the catalogue on the Crisp white template? I managed to remove the buttons (add to card and quick view) but the blur still remains...

Thank you.

qualiteam 02-04-2019 01:50 AM

Re: Removing blur on hover and add to cart button - Crisp White template
 
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;
}


georgedi07 02-04-2019 01:58 AM

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!


All times are GMT -8. The time now is 02:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.