Title: Change sidebar title
Last modified: August 19, 2016

---

# Change sidebar title

 *  Resolved [kreatifbuzz](https://wordpress.org/support/users/kreatifbuzz/)
 * (@kreatifbuzz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-sidebar-title/)
 * Hi,
    how to change sidebar title text with different image?
 * I’ve tried put this code into my css :
 *     ```
       .widget_links h2 {
       text-indent: -9999px;
       background-image: url('http://kreatifbuzz.com/template/blogroll_blue.png');
       display: block;
       width: 100px;
       height: 100px;
       }
       ```
   
 * but nothing happened.

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-sidebar-title/#post-1825912)
 * I use Twenty Ten, the default theme.
 * This what I have for that purpose, and see if it gives you any idea:
 *     ```
       .widget-title {
       	color: #222;
       	font-weight: 800;
       	font-size:130%;
       	margin-bottom:7px;
       	background: url('/images/widgetsidebar.png') no-repeat left top;
       	padding:6px 0 8px 11px;
       }
       ```
   
 *  Thread Starter [kreatifbuzz](https://wordpress.org/support/users/kreatifbuzz/)
 * (@kreatifbuzz)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-sidebar-title/#post-1825919)
 * Thanks t-p,
 * Im done with this code :
 *     ```
       .widget_recent_entries h2 {
       text-indent: -9999px;
       background-image: url('IMAGE URL');
       display: block;
       width: 260px;
       margin: 15px 0 10px 0;
       height: 50px;
       }
       ```
   
 * Solved 🙂
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-sidebar-title/#post-1825920)
 * Glad you got it working. 🙂
 * Please mark this thread “resolved” using the dropdown in the right panel.

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

The topic ‘Change sidebar title’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/change-sidebar-title/#post-1825920)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
