Page title in featured images.

Hello, I need to put the title of the page within the featured image.

I also like that title had a box as the main slider.

Attached a picture.

I hope you can help me.
Thank you

Hi @toms,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.page article.has-post-thumbnail {
    position: relative;
}
body.page .has-post-thumbnail header.entry-header.page-header {
    position: absolute;
    top: -140px;
    left: 0;
    background: rgba(218, 68, 83, 0.7);
    z-index: 99999;
    margin: 0;
    padding: 22px;
}
body.page .has-post-thumbnail header.entry-header.page-header h1.entry-title {
    color: #fff;
    margin: 0;
}

Best Regards,
Movin

Movin Hello, thank you very much it works.
It only remains to change the height of the highlighted image.

How can I do it?

You are most welcome here :slight_smile:

It only remains to change the height of the highlighted image.

How can I do it?

To help us keep support thread separates could you please create new thread for your other questions here Sparkling - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.