- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- August 2, 2018 at 9:01 am #7335stephanyParticipant
Hi Guys
Great theme and wonderful effort!
How can I remove the magnifying effect when the user mouse over the images in the portfolio section?
Is there a code of stopping that motion?
Or it would be possible adding back the magnifying glass will remove that effect? If so, how can it be added back?
August 2, 2018 at 8:53 pm #7340HashKeymasterTo disable the magnifying effect, go to Appearance > Customize > Additional CSS and paste the below CSS code
.hs-portfolio:hover img {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
} - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.