Hello There,
Thanks for writing in! To resolve this issue, please remove your custom css first:
.x-creative-cta {
pointer-events: none;
}
You must use this code instead:
.site .x-creative-cta.slide-top:hover>span.text {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
And you are using a caching plugin, WP Super Cache, please keep in mind that after doing every updates or making site changes, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Hope this helps.