I hope someone can help me. I’m trying to figure out how to disable the page titles, so they don’t appear on every page. I’ve looked everywhere but can’t find where to do this.
Help!! (I’m using Integrity) - thank you
I hope someone can help me. I’m trying to figure out how to disable the page titles, so they don’t appear on every page. I’ve looked everywhere but can’t find where to do this.
Help!! (I’m using Integrity) - thank you
Hi There,
You can disable the page title by clicking on the settings button on the left hand side:
Then click on the Meta Settings > Disable page title:
If you want to hide all the page titles, please add this custom CSS under X > Theme Options > CSS:
.page .entry-title {
display: none;
}
Hope it helps 
Thank you so much for your reply, I don’t seem to have the third or fourth setting options however (!) I tried entering in the CSS code but this hasn’t done anything either 
Hi there,
You may also try checking Edit Page then Page Settings.


This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.