Title: <abbr title="Not Safe For Work / Mature content">[NSFW]</abbr> Remove title from header
Last modified: June 3, 2021

---

# [NSFW] Remove title from header

 *  Resolved [DominaDoll](https://wordpress.org/support/users/dominadoll/)
 * (@dominadoll)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/)
 * I would like to remove or modify this title from my site:
    “Products This is 
   where you can add new products to your store.”
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-title-from-header-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * (@gabrielfuentes)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14517564)
 * Hi there 👋
 * This can be fixed with some custom CSS. Under **Customize > Additional CSS**.
 * To hide the entire header including the breadcrumbs, please use this code:
     
 *     ```
       /* Hide Store header */
        .woocommerce-shop .container.clr.page-header-inner {
           display: none !important;
       }
       ```
   
 * And to disable just the title and subtitle but keeping the breadcrumbs, use this
   code instead:
 *     ```
       /*Disable Store h1 heading*/
       .woocommerce-shop h1.page-header-title.clr {
           display: none !important;
       }
       /*Disable Store subheading*/
       .woocommerce-shop .clr.page-subheading {
           display: none !important;
       }
       ```
   
 *  
    If you’d like to learn more about CSS, I highly recommend using the [free tutorials at w3schools](https://www.w3schools.com/w3css/).
   Here, you can find the basics of [selectors](https://www.w3schools.com/cssref/css_selectors.asp)(
   how to target the right element on the page), and [properties](https://www.w3schools.com/cssref/)(
   how to change the element on the page).
 * Cheers 🙂
 *  Thread Starter [DominaDoll](https://wordpress.org/support/users/dominadoll/)
 * (@dominadoll)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14517694)
 * Excellent! Thank you Gabriel! I do know some CSS, but I couldn’t see the code
   for it when I tried to inspect the element. 🙂
 *  Thread Starter [DominaDoll](https://wordpress.org/support/users/dominadoll/)
 * (@dominadoll)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14517707)
 * A have another issues, not woocommerce, but for my theme that probablly can be
   fixed via CSS as well. In mobile, the Header title has the word “lingerie”. There
   is no place in the them where I can remove it, as I have checked customizations.
   Do you know what CSS I can use to fix that?
 * Your help is much appreciated!
    Thanks!
 *  Plugin Support [Gabriel – a11n](https://wordpress.org/support/users/gabrielfuentes/)
 * (@gabrielfuentes)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14518511)
 * Glad to know that it worked! 🙂
 * I’ve checked the mobile version of your site, but I couldn’t find the word “lingerie”
   at all. Please pinpoint the exact location of it so that I can generate that 
   custom CSS for you.
 * Cheers!
 *  Plugin Support [abwaita a11n](https://wordpress.org/support/users/abwaita/)
 * (@abwaita)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14544698)
 * Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as 
   resolved. Hopefully, you were able to find a solution to your problem!
 * If you have further questions, please feel free to open a new topic.
 * Thanks.

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

The topic ‘[NSFW] Remove title from header’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [abwaita a11n](https://wordpress.org/support/users/abwaita/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/remove-title-from-header-4/#post-14544698)
 * Status: resolved