Hi,
i want to make from this plugin simple page switcher. I only need to show circles instead of rectangle with page number.
Now it looks like this:
<img src="http://imageshack.us/photo/my-images/833/beznazwy2fw.png/" />
.wp-pagenavi {
margin: 1px 0 0 2px;
}
.wp-pagenavi a, span.current{
text-decoration: none;
padding: 3px 5px;
margin-right: 2px;
background: transparent url(images/kolko_07.png) no-repeat; width: 11px;height: 11px;
}
.wp-pagenavi a:hover{
border:1px solid #47caff;
}
I want to look like this:
<img src="http://imageshack.us/photo/my-images/46/beznazwy4k.png/" />