Remove Page Title from Pages

How do I remove every page title from the site’s pages? it’s pretty redundant… thank you!

Hi @jackieoh1,

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

You can hide page titles from all pages by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body.page h2.entry-title {
    display: none;
}

Best Regards,
Movin