- This topic has 1 reply, 2 voices, and was last updated 1 year ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi, just wondering how I can stop the zooming of the images on the ‘Featured Links’ on mouseover?
Thanks,
Shawn
Hi Shawn,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.featured-link img {
transition: none !important
}
.featured-link img {
transform: none !important;
}
Kind Regards