Title: Remove widgets within the theme.
Last modified: August 19, 2016

---

# Remove widgets within the theme.

 *  Resolved [edgardbx](https://wordpress.org/support/users/edgardbx/)
 * (@edgardbx)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/)
 * I really need help removing these widgets…or gadgets whatever..
 * [http://i45.tinypic.com/2hs105g.png](http://i45.tinypic.com/2hs105g.png)
 * thanx everyone

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

 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365396)
 * Open up your theme’s style.css
 * Replace the declaration in #header a.twitter below
 *     ```
       #header a.twitter {
       background:transparent url(images/nav-icons.png) no-repeat scroll left top;
       right:85px;
       }
       ```
   
 * to
    `#header a.twitter { display: none; }`
 * At the bottom of your style.css add this line
    `#instance-twitterwidget-3 { display:
   none; }`
 * Close and save style.css and upload to your theme’s folder. You’re good to go.
 *  Thread Starter [edgardbx](https://wordpress.org/support/users/edgardbx/)
 * (@edgardbx)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365399)
 * thanks **mercime** but how do i change _“My latest tweets”_
    section..
 * thank you
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365402)
 * > At the bottom of your style.css add this line
   >  #instance-twitterwidget-3 { 
   > display: none; }
 * … will make your latest tweets disappear. Please note that I am basing these 
   instructions on the theme author’s demo page. I don’t know if you made any styles
   in your website. If you want your site checked out then post your site URL here.
 *  Thread Starter [edgardbx](https://wordpress.org/support/users/edgardbx/)
 * (@edgardbx)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365405)
 * [http://fusingray.co.cc/](http://fusingray.co.cc/)
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365407)
 * Ok, add at the bottom of your style.css:
    `.block-twitter { display: none; ]`
 * Btw, while the above styling will hide that block, have you tried disabling the
   twitter widget in dashboard Appearance > Widgets
    OR if the theme has an options
   page at dashboard Appearance > Theme Options, you might be able to disable that
   widget there.
 *  Thread Starter [edgardbx](https://wordpress.org/support/users/edgardbx/)
 * (@edgardbx)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365408)
 * > Btw, while the above styling will hide that block, have you tried disabling
   > the twitter widget in dashboard Appearance > Widgets
   >  OR if the theme has an
   > options page at dashboard Appearance > Theme Options, you might be able to 
   > disable that widget there.
 * Its just blank if i add a widget the removes the rest which are really cool.
   
   thnx topic solved peace out
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365421)
 * Peace out 🙂

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

The topic ‘Remove widgets within the theme.’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [@mercime](https://wordpress.org/support/users/mercime/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/remove-widgets-within-the-theme/#post-1365421)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
