Page titles

Hi,

I’ve been trying to stop the page title from being displayed actually on the page, bit cannot figure it out. is there a way to do this.

sorry if this is a stupid question, quite new to all this.

Thanks

edit: figured out how to do it within the css…

also trying to do this… where in the CSS did you figure it out, i can’t seem to find a

Hi @bmwest,

I hope you are well today and 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 -> Shapely Options -> Other

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

Best Regards,
Movin

i managed to do this just targeting the header in custom css and putting display: none.

thanks for your detailed explanation Movin.

@hodget01 You are most welcome here :slight_smile: