Disable image hover zoom effect
-
This is not a question but just support for those who also wants to remove the zoom effect of the images in the slider, and the images of the featured post besides the slider, when you hover those images.
In the file style.css change 1.1 to 1.0 in the following lines:
.slider-section .bx-wrapper img:hover{ transform: scale(1.1); } .besides-block .beside-post:hover img{ transform: scale(1.1); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable image hover zoom effect’ is closed to new replies.