Title: Hide page title using css?
Last modified: February 10, 2022

---

# Hide page title using css?

 *  Resolved [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/hide-page-title-using-css/)
 * Hi, I am new to the 2022 theme and a bit lost with these changes, although excited
   to learn more.
 * I got to customize using _yoursite.com/wp-admin/customize.php_
 * but using the css I would normally use, like
 * .site-description {
    display: none; }
 * nothing happens. Any help would be appreciated. Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/hide-page-title-using-css/#post-15348871)
 * OK just realized that this is different from past themes because of the new blocks.
   As an FYI, here is the css I used for:
 * title:
 *     ```
       .wp-block-site-title {
       	display: none;
       }
   
       for the logo:
   
       .custom-logo {
       width: 250px;
       	height: 155px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hide page title using css?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentytwo/2.1/screenshot.
   png)
 * Twenty Twenty-Two
 * [Support Threads](https://wordpress.org/support/theme/twentytwentytwo/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentytwo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentytwo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentytwo/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [site title](https://wordpress.org/support/topic-tag/site-title/)

 * 1 reply
 * 1 participant
 * Last reply from: [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/hide-page-title-using-css/#post-15348871)
 * Status: resolved