First post in slider

Hi there,
if have a question about slider customization. Is there any way to make the first post just in slider a single image with no link and no title/subtitle?

I want to make some kind of welcome image, but I don’t want that title ‘rectangle’. There is no way to make empty post title and when I put just a ‘space’ there then slider shows ‘Untitled’ as image title.

Thanks!

You can hide title and excerpt by adding this to Theme Options - Other - Custom CSS

.flex-caption {
    display: none;
}

Other alternative would be to disable slider and add image directly inside header.php file via Child Theme by replacing current slider code.