Remove Page Titles?

Good afternoon

I’ve perused your various similar threads on this topic (removing the Page titles) but the only one I could find that addressed “Full Width” posts did not have a resolution, and the various others seemed to explain changing options in outdated settings trees, or pasting CSS code that I have not been able to replicate.

URL is here

I’m trying to remove the “Costumes”, “Linda’s Story” from appearing at the top of each page, etc

If it helps, I couldn’t find any H1 lines of CSS in the page source, just H2.

Thanks

Hello there,

I hope you are doing well today.

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

/*Remove title*/
.post-title a, .post-title {
    display: none;
}

Best Regards,
Support