Viewing 4 replies - 1 through 4 (of 4 total)
  • this might simply be a css/formatting issue, in which case nobody will be able to really help you without seeing your site live;

    link to your site?

    Thread Starter Bhiroe

    (@bhiroe)

    these changes in style.css seem to work:

    .wp-pagenavi a {
    	text-decoration: none;
    float:left;
    	padding: 3px 5px;
    	margin: 2px;
    	border:solid 0px #f5f5f5!important;
    	color:#626553!important;
    }

    and

    .wp-pagenavi a:hover, .wp-pagenavi span.current {
     border:solid 0px #f5f5f5!important; font-weight:bold!important;
     	padding: 3px 5px;
    float:left;
    	margin: 2px;
    }
    Thread Starter Bhiroe

    (@bhiroe)

    thank you very much, Mr. alchymyth. I’ve got what I wanted.

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

The topic ‘Custom Page Navigation’ is closed to new replies.