Pagination CSS

Posted in: Newsmag
Post count: 80

Hello TD Team,

I am trying to find where the CSS is for the Pagination?

At the moment, it’s blue and I want to change this to black: http://glitched.co.uk/tom-clancys-the-division-an-in-depth-review/2/.

Also, is there a way for me to move the position from left to elsewhere?

Thanks,

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to change the color and position for pagination: http://screencast.com/t/nnZDncZh

.page-nav:first-child > div{
background-color: black;
}
.page-nav{
float: right;
}

Thanks!

Post count: 80

Hi Andrei,

Thanks for this CSS, it worked perfectly.

How can I change the border colour? It is still blue?

Post count: 6535

Hi

Try this css:

.page-nav:first-child > div{
border-color: black;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.