Page Titles

Any codes to remove the page title on CERTAIN pages? MY contact me page doesnt need to say “contact me” twice you know? lol Ive attached exactly what I want to remove

Hi @liawentwhere,

Thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.page-id-56 header.entry-header .entry-title {
    display: none;
}

You can change the page id 56 in the above code to remove page title for any other page.

Best Regards,
Movin