Title: Remove duplicate title
Last modified: January 2, 2021

---

# Remove duplicate title

 *  Resolved [lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * (@lovefamilyholidays)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/)
 * Hi
 * Please can you tell me how I can remove the duplicate title at the top of this
   page which sits inside a grey banner and has the text “How To Cut Fat While Gaining
   Muscle As A Woman
    Home > Bodybuilding products > How To Cut Fat While Gaining
   Muscle As A Woman”
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-duplicate-title-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/#post-13857587)
 * Hello [@lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * You can add the following code in additional CSS box in customizer:
 *     ```
       .custom-header .entry-title {
       	display: none;
       }
       ```
   
 * Thanks 🙂
 *  Thread Starter [lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * (@lovefamilyholidays)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/#post-13857858)
 * Thank you 🙂
 * It seems to have left behind the grey background with the text “Home >>Bodybuilding
   products >> How To Cut Fat While Gaining Muscle As A Woman”
 * Is it possible to remove this too? Thanks again!
 *  Theme Author [Mystery Themes](https://wordpress.org/support/users/mysterythemes/)
 * (@mysterythemes)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/#post-13859657)
 * Hello [@lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * You can add the following code to remove the whole header title section.
 *     ```
       .single .custom-header {
       	display: none;
       }
       ```
   
 * Thanks,
 *  Thread Starter [lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * (@lovefamilyholidays)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/#post-13860445)
 * Thank you, that’s perfect 🙂

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

The topic ‘Remove duplicate title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/color-blog/1.1.10/screenshot.png)
 * Color Blog
 * [Support Threads](https://wordpress.org/support/theme/color-blog/)
 * [Active Topics](https://wordpress.org/support/theme/color-blog/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/color-blog/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/color-blog/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [lovefamilyholidays](https://wordpress.org/support/users/lovefamilyholidays/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/remove-duplicate-title-2/#post-13860445)
 * Status: resolved