How do I hide the page name from all site pages? Wordpress Theme
CSSWordPressWeb Development
Last Comment
Nancy Rindone
8/22/2022 - Mon
Nancy Rindone
Can you please provide a link to an example page?
Basically, we want to hide the title using CSS by specifying display: none; for that element. This would be a global change, affecting all the pages in your theme.
You can add custom CSS at the bottom of the page with a plugin or you can edit your theme's stylesheet directly.
Basically, we want to hide the title using CSS by specifying display: none; for that element. This would be a global change, affecting all the pages in your theme.
You can add custom CSS at the bottom of the page with a plugin or you can edit your theme's stylesheet directly.