Archived topic
Show posts - featured image as background
5 replies · Started by webintas on December 7, 2019
Hi there,
I want to show some posts on my font page. I want to have the featured post image as the background of the post block on the front page. And then the post title on the image. Is that possible with the GeneratePress or related plugin?
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Sure. Now it's inserted.
Hi there,
looks like the site you linked to is in Maintenance Mode - could you remove this so we can see
I'm really sorry.
It's updated with a bypass link.
GP actually has no control over that content so would require CSS - give this a try:
.wpcap-grid-container .post-grid-thumbnail img {
width: 100%;
}
.wpcap-post .post-grid-inner {
position: relative;
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title {
position: absolute;
top: 20px;
left: 20px;
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title a {
font-size: 20px;
color: #fff;
}