Hi! From another post, I learned how to disable the hover effect animation and link feature from the Creative CTA element in Global CSS using:
.x-creative-cta {
pointer-events: none; }
Is there a way to disable it on the home page only and leave it active on other pages? Thanks!