Home › Forums › WoodMart support forum › Remove Zoom effect Portfolio › Reply To: Remove Zoom effect Portfolio
February 5, 2020 at 12:31 pm
#171648
Aizaz Imtiaz Awan
Keymaster
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.