Home Forums WoodMart support forum Remove Zoom effect Portfolio Reply To: Remove Zoom effect Portfolio

#171648

Hello,

Unfortunately, there is no option in theme setting to remove the image zoom on hover effect from portfolio images. You need to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

.portfolio-hover:hover .portfolio-thumbnail {
   	transform: none;
	-webkit-transform: none;
}

Best Regards.