Header image instead of a slider

Hello,

I would like to get a one full width header image (like a banner) instead of the slider linked to articles. Could you help me ?
Is it possible to make it appear only on the main page ?

My website: https://martinbaer.net/

Thank you!

HI @Tuc,

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

You can try achieving this by setting only one post to the slider category having featured image then we can remove the slider text by adding the following CSS code in the Custom CSS option of your theme on the below path.

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


.flexslider .flex-caption {
    display: none;
}

Best Regards,
Movin