Remove Page Titles
-
How do I remove the page titles from the top of all of my website pages? I was able to remove it from the home/welcome page, but it did not remove it from all pages. Please provide code and where to enter it. Thx!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try this CSS code in WP Admin > Appearance > Customize > CSS..pagetitle h1 {
display: none;
} -
Not all themes have a CSS under Customize you may need to do it in your style.css file. Are you using a child theme? Otherwise your changes may be overwritten if the theme is updated in the future and style.css is overwritten.
- The topic ‘Remove Page Titles’ is closed to new replies.