Title: Customizing CSS &#8211; Removing Page Title Repeat
Last modified: August 20, 2016

---

# Customizing CSS – Removing Page Title Repeat

 *  Resolved [gothlips](https://wordpress.org/support/users/gothlips/)
 * (@gothlips)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/)
 * I’m trying to figure out how to remove the page title being repeated ([see picture](http://i.imgur.com/8s8yZbW.jpg)).
   I always want to remove that block of text up and decrease the height of the 
   menu bar.
 * Any help is greatly appreciated

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482825)
 * Use the CSS display none property
    [http://www.w3schools.com/cssref/pr_class_display.asp](http://www.w3schools.com/cssref/pr_class_display.asp)
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482826)
 * Generally, the easiest way to do that is by hiding it using CSS “display: none;”.
   The specifics depends on your theme – and any changes should be made in a Child
   Theme or custom CSS option/plugin – not modification to theme files.
 *  Thread Starter [gothlips](https://wordpress.org/support/users/gothlips/)
 * (@gothlips)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482832)
 * I apologize, I just realized I didn’t post this on a forum specifically for my
   theme. I’m using Wootique, not sure if you know it.
 * Perhaps you could explain it to me like I’m five… I put the following text into
   my Custom CSS option for my theme, yet I see no changes. What am I doing wrong?
   Many thanks.
 * p.inline
    { display:inline; }
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482838)
 * We can’t diagnose CSS issues hypothetically. We’ll need to see a working example
   of the issue.
 * Anyway, I thought you wanted the title displayed none?
 *  Thread Starter [gothlips](https://wordpress.org/support/users/gothlips/)
 * (@gothlips)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482851)
 * Yes, I do. I’m sorry, I’m not trying to be difficult. If you go to [http://www.kostumdesigns.com/wordpress](http://www.kostumdesigns.com/wordpress)
   you can see whatever page I’m on, it displays the page title above the content.
   I’m trying to remove that.
 * I’d also like to decrease the height of the menu bar.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482854)
 * Try this in your CSS:
 *     ```
       h1.title {
          display: none;
       }
       ```
   
 * The best way to work with CSS is by using a tool such as Firebug or Chrome Developer
   tools – it will show you the relevant CSS for any element on your page — though
   in this case, you need to write the code using the existing HTML and CSS classes.
 * These forums don’t support commercial themes, so for further help, you’ll likely
   need to post on WooThemes site.
 *  Thread Starter [gothlips](https://wordpress.org/support/users/gothlips/)
 * (@gothlips)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482855)
 * Thanks yogi. Yea I got all turned around, I thought I was on the Woo forums. 
   Thanks for the help.
 * Also, that worked. Thank you!

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

The topic ‘Customizing CSS – Removing Page Title Repeat’ is closed to new replies.

## Tags

 * [wootique](https://wordpress.org/support/topic-tag/wootique/)

 * 7 replies
 * 3 participants
 * Last reply from: [gothlips](https://wordpress.org/support/users/gothlips/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/customizing-css-removing-page-title-repeat/#post-3482855)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
