Disable zoom hover effect on links
-
Hi! I need to disable the zoom (transform?) effect from the links on this website. When you hover over any link, it increases in size and then returns to the normal size once the cursor is removed. I have tried this CSS code to no avail 🙁
Using WPOcean and Elementor page builder. Or is this specified in the database?body.elementor-kit-8 a, a:hover, a:focus {
-webkit-transform:unset!important;
-moz-transform: unset!important;
-ms-transform: unset!important;
-o-transform:unset!important;
transform:unset!important;
}Kindly assist? Many thanks!
The page I need help with: [log in to see the link]
The topic ‘Disable zoom hover effect on links’ is closed to new replies.