Removing the page title

Hi.

How do I remove the page title from individual pages? I’ve tried plugins but they’re not working.

URL: https://chinaliving.org/teachinchina/

Thanks.

Hello there,

I hope you are doing well today.

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


.shapely-content h1 {
    display: none;
}

Best Regards,
Support

Thank you.

Much Appreciated.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support