Title: Cannot Hide Page Title
Last modified: March 17, 2023

---

# Cannot Hide Page Title

 *  [girllessordinary](https://wordpress.org/support/users/girllessordinary/)
 * (@girllessordinary)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cannot-hide-page-title/)
 * I have the same issue with all pages on this site. I would like to hide the Page
   Title so I can create a custom formatted image title on each page (not to affect
   posts ideally). I cannot find a setting to hidei a title on the page/settings/
   theme options.
 * Theme: General News
 * These are the only page options (under the settings cogwheel) I have:
 * ![](https://i0.wp.com/lovingmyev.com/wp-content/uploads/2023/03/Hide-Title.png?
   ssl=1)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-hide-page-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Tunde Abdulhamid Sanusi (Tuham)](https://wordpress.org/support/users/tuham/)
 * (@tuham)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cannot-hide-page-title/#post-16568397)
 * Hello,
 * For assistance relating to your theme, Please refer to the support forum of your
   theme provider here: [https://wordpress.org/support/theme/general-news](https://wordpress.org/support/theme/general-news)
 *  [i3mmaria](https://wordpress.org/support/users/i3mmaria/)
 * (@i3mmaria)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/cannot-hide-page-title/#post-16568522)
 * Hi [@girllessordinary](https://wordpress.org/support/users/girllessordinary/),
 * You can either use a plugin to hide page titles or add the code below to your
   CSS editor.
 * For the main pages:
 *     ```wp-block-code
       .entry-header .entry-title{
       	display: none;
       }
   
       -OR-
   
       h1.entry-title{
       	display: none;
       }
       ```
   
 * For the sub pages:
 *     ```wp-block-code
       h1.page-title{
       	display: none;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cannot Hide Page Title’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 3 participants
 * Last reply from: [i3mmaria](https://wordpress.org/support/users/i3mmaria/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/cannot-hide-page-title/#post-16568522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
