Title: Sidebar buttons
Last modified: August 19, 2016

---

# Sidebar buttons

 *  [hopest](https://wordpress.org/support/users/hopest/)
 * (@hopest)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-buttons-1/)
 * Hi,
 * I want to create or find a widget so basically it looks like a list of buttons.
   For the buttons I am going to create images with the text on and then just want
   them to link to different pages?
 * anyone know of a pluging/widget that can do this?
 * Thanks in advance.
 * Tom

Viewing 1 replies (of 1 total)

 *  [danstech](https://wordpress.org/support/users/danstech/)
 * (@danstech)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-buttons-1/#post-1253880)
 * Nope, but I do have some code on that. Just use the default page widget, and 
   put this in the style.css
 *     ```
       div.widget_pages ul li{
       	background: url(example.png) center no-repeat;
       	text-align: center;
       	list-style-position: inside;
       	padding: 55px 0 25px;
       }
   
       div.widget_pages ul li a{
       	font-size: 20px;
       	font-weight: bold;
       	color: white;
       }
       ```
   
 * You will need to change the padding line and the background line to fit your 
   image.

Viewing 1 replies (of 1 total)

The topic ‘Sidebar buttons’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [danstech](https://wordpress.org/support/users/danstech/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-buttons-1/#post-1253880)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
