MyBB Community Forums

Full Version: Pagination
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Am I right in thinking pagination is the page selector for when a thread has more than one page etc?

If so, I'm having problems coding it. For those that are not yet selected but are visible, they insist on having no background colouring. Which bit should I be looking at in the CSS to change this?
That should be the ".pagination a" class.
Find in global CSS:

.pagination a {
border: 1px solid #81A2C4;
}