Home Forums WoodMart support forum Some annoying brur effects Reply To: Some annoying brur effects

#123346

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

This code would remove the blur:

body .popup-quick-view .entry-summary{
	mask-image: none;
  -webkit-mask-image:none;
}

and this would make the color bright:

body .product-quick-view .woodmart-social-icon {
    color:#000000!important;
}

Best Regards