Text on top of featured image?

This is what I’m trying to achieve https://imgur.com/a/05a8fnN.

So what I did is create new single layout. I managed to get the featured image showing by using the featured image element (dynamic content). But how do I show The Title, in front of the image? I cant use background image for the column because i need to choose image, what i want is dynamic. This will be the default layout for any new blog post published.

Thanks.

Hello @Gundud,

Thanks for writing in!

You can use a DIV element where you can set the position as “Absolute” with a z-index higher than the Image element. This is how you can insert the Text element inside the DIV element that is on top of the Image element. take this element structure for example:

And the Headline can have dynamic content {{dc:post:title}} so that it displays the post title dynamically.

Hope this makes sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.