- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by .
Remove page title
You must be logged in to reply to this topic.
Hi, is it possible to remove the page title in integral pro (preferably without creating child theme and editing PHP)?
Thanks in advance!
Cheers, Raphael
Hello Raphael,
You can do it with CSS.
You can add the following CSS code to your theme,
.page-title {display:none;}
Thanks Hans, as that didn’t work properly for some reason I created a child theme and went into the PHP files to disable the header.
Thanks anyways for the advice.
Hello,
My apologies, the proper CSS selector is,
.page .entry-title {display:none;}
You must be logged in to reply to this topic.