Ajax Paginations Align and Color

Posted in: Newspaper
Post count: 51

Hi,
is there anyway to align prev/next AJAX pagination in center and change colors, make it darker?

https://snag.gy/mOiYZy.jpg

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/KrHceQvjEV

.td_block_wrap .td-next-prev-wrap{
display: table;
margin-left: auto;
margin-right: auto;
}
.td-next-prev-wrap a{
color: #000;
}

Let me know how it goes.
Thanks!

Post count: 51

Can I change the background color? Change white for a kind of gray?

Post count: 22421

Hi,

You can use this css to change the pagination color:

.td-next-prev-wrap a{
background-color:grey
}

I hope this helps.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.