How To Remove Wordpress Title From One Page?
css, html, wordpress
Solution
Use `h1.page-title { display: none; }` to hide the title, this will affect ALL pages that use the same template.
If you want to do it specifically to this post use the following:
`#post-28 h1.page-title { display: none; }` the post number will lock it to that page only.
Problem
I know this can be done with custom CSS, but I can't figure out the right way to do it. I think I can figure it out for all of them if you show me how to do it with just the title. For example, this is the element I want to remove: `<h1 class="page-title entry-title">` I know that `{display: none}` is the CSS to hide an item, but how can I do it for only a specific page? the website is: http://myinneryoga.com/strange-exotic-fruit-supplement/