Removing Title from Blog Header Image

Hi there!

I’m trying to set my single post page. I have the header image, and I want the post title to show only below the header image, not on it.

As I understand, there are two options, Show title in header / Show title above post. I want to use only Title above post, but when I uncheck “Show title in header”, for some reason my whole header image disappears. I want to keep my header image, but not the title! :slight_smile:

Any help?

Hi Annis

" I want to keep my header image, but not the title!" - let me see it first, please provide a link to one of your post page :slight_smile:

Hi Noda, here is one post, I don’t want that text on the image: https://geoforum.fi/2019/11/18/testiartikkeli/

hey there

Please add this CSS in appearance - customize - additional CSS

.header-image-bg .page-title {
display: none;
}

Thanks!
Colorlib Support Team