• 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)
  • 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.