remove page title sitewide using child theme
-
Hi,
I’m still pretty new to WP, but obviously delving a little deeper as I’ve begun developing a child theme. My problem is this: I want to remove the page title AS WELL AS THE SPACE AND DIVIDER LINE that my theme (Purity by Themeforest) automatically adds to each page.
After reading around it seemed like creating a child theme is the best way to go as it will remain effective if/when the theme updates. My child theme style.css currently contains the following:
/*
Theme Name: Purity Child
Template: purity
*/
@import url(“../purity/style.css”);body.home .entry-title {
display: none;
}I have activated the child theme but the titles still appear on all my pages. What changes do I need to make?
Thanks in advance for any help, Gabe
whaleheartproductions.com
- The topic ‘remove page title sitewide using child theme’ is closed to new replies.