Forums

[Plugin: WP-PageNavi] How to disable showing page_number (2 posts)

  1. Marurban
    Member
    Posted 5 months ago #

    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/" />

  2. Marurban
    Member
    Posted 5 months ago #

    I forgot to add that now when mouse is over any circle it showing border but not border of image/circle just rectangle.

Reply

You must log in to post.

About this Topic