Title: Hide/Remove page title without plugin
Last modified: August 24, 2016

---

# Hide/Remove page title without plugin

 *  [rothaar](https://wordpress.org/support/users/rothaar/)
 * (@rothaar)
 * [11 years ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/)
 * Is it possible to remove the title of one single page without using a plugin?
   I’ve tried several plugins that can remove or hide the title on a page, but none
   of them works. If I play around with h1 it will affect all the other headers 
   in that category too, which I obviously don’t want. Any ideas?
 * [http://randomredmedia.com/shop/](http://randomredmedia.com/shop/)
 * Thank you.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137336)
 * you can use the selective page specific CSS classes which are output by the ‘
   body_class()’ function in your theme;
 * example for the ‘shop ‘ page:
 * `.post-type-archive-product h1.page-title { display: none; }`
 *  Thread Starter [rothaar](https://wordpress.org/support/users/rothaar/)
 * (@rothaar)
 * [11 years ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137348)
 * Hi alchymyth,
 * thank you! I’ve just tried it and it’s working. 🙂
 * K.
 *  [alphakoolo](https://wordpress.org/support/users/alphakoolo/)
 * (@alphakoolo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137587)
 * Hi Michel,
 * How can i find that CSS classes?
 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137588)
 * Hi
 * you can find css classes by inspecting the element in browser display.By right
   clicking and select Inspect Element
 *  [idave147](https://wordpress.org/support/users/idave147/)
 * (@idave147)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137593)
 * Hello,
 * Where do I access the css code in order to change it?
 * Can I edit the css code in the dashboard or do I have to reach it in the theme
   files? which one?
 *  [henri2pw](https://wordpress.org/support/users/henri2pw/)
 * (@henri2pw)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137594)
 * You can access the css code in the Editor (menu Appearance > Editor), and then
   on the right of the screen you must click on the css file (style.css)
 *  [ctabor](https://wordpress.org/support/users/ctabor/)
 * (@ctabor)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137599)
 * How to target only the home page… and to find the applicable css class?
    We already
   are applying a custom css class to all page titles… Is that were I would add 
   something, like this… but how to target specific page (e.g. home) like this??
 * h1.entry-title home { display: none; } ??
    [http://missionsofgrace.org](http://missionsofgrace.org)
 * Currently I “removed” the page title from the editor… not the best solution. 
   Any help appreciated.
 * Here is current css for page titles.
 * ‘
    .entry-header .entry-format { position: absolute; top: -22px!important; } .
   entry-title { background: #000000 url([http://missionsofgrace.org/wp-content/uploads/2012/05/mainbg1.jpg](http://missionsofgrace.org/wp-content/uploads/2012/05/mainbg1.jpg));
   color: #562b04; font-family: Techno, Impact, sans-serif; font-weight: 200!important;
   text-decoration: none; padding: .2em 1em; letter-spacing: 0.04em; border: #d4cac0
   ridge 4px; } .entry-title a { color: #562b04; } .singular .entry-title, .singular.
   entry-header .entry-meta { padding: 0.1em 1em; } .singular .entry-title { color:#
   562b04; font-size: 2em; font-weight: bold; } ‘
 * Christine

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

The topic ‘Hide/Remove page title without plugin’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 7 participants
 * Last reply from: [ctabor](https://wordpress.org/support/users/ctabor/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/hideremove-page-title-without-plugin/#post-6137599)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
