dushan
asked 9 years ago

Hi!
Can you tell me how make multiple page post navigation numbers look like a category navigation numbers?
How to make this multiple page post numbers http://oi60.tinypic.com/jf9j68.jpg look like category navigation http://oi57.tinypic.com/2rr2ycg.jpg
Thanks!

2 Answers
DominicStaff
answered 9 years ago

Hi,
Please send me your site, I will check and provide the css code for you to resolve this issue.

dushan
replied 9 years ago

Hi, This is the page I was referring to: http://tvinemania.rs/test-page/On the bottom, I want numeric navigation to be styled diferently.Thanks

DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file: 
.page-links {
    text-align: center;
}
.page-links a {
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 0 9px;
    margin-right: 4px;
}
.page-links a:hover {
    background: #000;
    color: #fff;
}
.page-links a:active, .page-links a:focus {
    background: #07c;
    border-color: #07c;
}
Hope this helps !

dushan
replied 9 years ago

I added the code, and it hepls, but when I am on a certain page there is no border or color around number. What can I do?

Dominic Staff
replied 9 years ago

Hi,That’s the default style of the plugin, not belong to our theme. So it isn’t easy to change it. However, we can help you as a custom work with a small charge of fee (about $100/h).If you are still interested in, please let us know, we will check and estimate how long we finish it.

Powered by DW Question & Answer Pro