Title: Widgets Title
Last modified: August 19, 2016

---

# Widgets Title

 *  [jrmalone](https://wordpress.org/support/users/jrmalone/)
 * (@jrmalone)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/widgets-title/)
 * Is there any way to remove the title of the widgets in the side bar, such as “
   Pages” or “Recent Post”? Also is there a way to have them different items such
   as pages, recent post, and blogroll all flow together without extra spacing in
   between them.
 * See my page [http://www.newconstructioninsarasota.com/main/](http://www.newconstructioninsarasota.com/main/)
 * Thanks for help
 * Josh

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

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/widgets-title/#post-878488)
 * you could edit the CSS so that those elements are display:none
 *  Thread Starter [jrmalone](https://wordpress.org/support/users/jrmalone/)
 * (@jrmalone)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/widgets-title/#post-878496)
 * Like this ???
 * #widget title{
    display:none; }
 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/widgets-title/#post-878513)
 * close, but no #x selects the element with ID of ‘x’. you want the CLASS selector.
   the exact CSS probably varies depending on the theme so check it for sure on 
   your site, but i think that each widget title has the class ‘widgettitle’ (so
   you were close)
 * h2.widgettitle or just .widgettitle will do it i guess.
 * [http://www.w3schools.com/Css/css_syntax.asp](http://www.w3schools.com/Css/css_syntax.asp)

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

The topic ‘Widgets Title’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [alanft](https://wordpress.org/support/users/alanft/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/widgets-title/#post-878513)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
