How Do I Hide Page Titles in WordPress CSS?

If you want to hide the page title in WordPress, you can use the .page-title class.

To use this class, add it to the header area of your page. Here is an example:.page-title { display:none; }

This will hide the page title from the front-end of your WordPress site. To display the page title again, you can use the .

page-title class and add a display:none value to it.