Title duplication

Hello,

Thanks again for the great theme, and prompt support.

I would like to remove one of the duplicate titles on my pages in Illdy. The title of the page is displayed both in the header image as well as below it. I think I would like to remove the title below the header. Any suggestions?

Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the second title by going to Appearance > Customize > Additional CSS and pasting it there.

/*Second title*/
#blog .blog-post .blog-post-title {
    display: none;
}

Best Regards,
Support