Title: how do you remove widgettitle?
Last modified: August 19, 2016

---

# how do you remove widgettitle?

 *  [dombrorj](https://wordpress.org/support/users/dombrorj/)
 * (@dombrorj)
 * [18 years ago](https://wordpress.org/support/topic/how-do-you-remove-widgettitle/)
 * I have a widget without a title, which means it is just displaying the space 
   and background color where the title normally goes. Is there a way to remove 
   the space and border (widgettitle) from a particular widget?
 * Thanks

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

 *  [Roger Theriault](https://wordpress.org/support/users/rogertheriault/)
 * (@rogertheriault)
 * [18 years ago](https://wordpress.org/support/topic/how-do-you-remove-widgettitle/#post-794782)
 * You should be able to remove the offending item with a little CSS carefully applied.
   No hacking necessary. Adjust this as required…
 *     ```
       li.widget_offending > h2 {
          display: none;
       }
       ```
   
 * or
 *     ```
       li.widget_offending h4.widgettitle {
           display: none;
       }
       ```
   
 *  Thread Starter [dombrorj](https://wordpress.org/support/users/dombrorj/)
 * (@dombrorj)
 * [18 years ago](https://wordpress.org/support/topic/how-do-you-remove-widgettitle/#post-794793)
 * perfect – thank you!

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

The topic ‘how do you remove widgettitle?’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [dombrorj](https://wordpress.org/support/users/dombrorj/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/how-do-you-remove-widgettitle/#post-794793)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
