Archived topic
Adding border to "next page" box
5 replies · Started by Carl on April 20, 2017
I have most elements on my site bordered using the following CSS as an example:
.sidebar .widget {
border:.5px solid #333333;
padding:25px;
Now that my front page has filled up with posts, a new box is appearing with page numbers that is now unboxed. I would like to box it as above, but don't know what the element is called to add the CSS. See image below. Any help appreciated!
Hi Carl,
Try this:
.paging-navigation {
border: 2px solid #000000;
}
Let me know
FANTASTIC!
Thanks again Leo.
Glad I could help!
Sorry my fault for not asking the correct question.
At present my posts pagination (on my portal front-page) is showing: 1+2+ Next and an arrow.
What I hope to change is to to include on each pagination number a border box.
Thanks in advance
Can you open a new topic for your question?
Thanks!