Archived topic
Post excerpt on hover
3 replies · Started by Sam on June 27, 2022
Hello,
Say I have a blog with three columns, set using Content-Template.
The Content Template I created only pulls the post's feature image and excerpt.
I would like to have the post excerpt only show up when the user HOVERS over the post's Featured image, preferably with some CSS animation.
How can I do that?
I got :
GP pro.
GB pro.
Hi Sam,
You’ll likely need custom CSS to achieve that kind of effect.
Specifically, in your Content Template, you’ll need to place the Dynamic Content Block and the Image Block within one Container Block.
Then, make the Container Block a link.
Example setup: https://share.getcloudapp.com/7Ku6EvJ6
Add ct-container to the Class list of the Container Block as well so we can use that class for the custom CSS needed: https://share.getcloudapp.com/jkuX4q7x
Once you’ve made the modifications, kindly share the link to the site in question, and I’ll see what CSS is needed to achieve the preferred effect.
Hope to hear from you soon.
Thank you so much, that’s what I was looking for, just the overall approach.
You’re welcome Sam!