Archived topic
Latest posts (content block) - clickable featured images
3 replies · Started by Former User on June 11, 2020
Viewing posts 1–4 of 4
Hi,
I would like to have featured images in latest posts hyperlinked to the posts, same as it works in BLOG.
Can you please help me with that?
Hi there,
thats a block that is controlled by WordPress so we can't change the markup and links it creates. You can however try this CSS to make the whole post clickable:
.wp-block-latest-posts li {
position: relative;
}
.wp-block-latest-posts li a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
It works. Great!
Thank you David
You're welcome
This archived topic is closed to new replies.