-
Containers in a Grid is setup with link container using this method: https://learn.generatepress.com/blocks/block-guide/add-container-links/
Containers are also set to Flex to pin the CTA button at the bottom. Now how do I set a hover effect (scale) so once the container is hovered upon, it will scale up? Hover scale works in editor but not on live site. Any ideas?
-
Alvind
Hi there,
Can you share your site URL so we can take a direct look?
-
I have provided a private link. Thx.
-
You have this CSS in your child theme, which overrides the block-level effect:
.animate.fade-up.is-visible { transform: translateY(0); } -
Oh amazing Ying! Fixed!
-
Glad to hear that 🙂
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.