Post pagination to center + NEXT, PREVIOUS instead of < >

Posted in: Newspaper
Post count: 18

Hi team,
could you please advice how to move posts paginations to the center + how to change < and > arrows to PREVIOUS and NEXT buttons?
(Newspaper 6.5)
Thank you,
Jiri

Post count: 22421

Hello JayKayCZ,

In order to do that, you need to do a little change in the core files and replace the icon left and icon right to ‘next’ and ‘prev’ or any other text you want like so:

http://screencast.com/t/nVbUJqUKhttp://screencast.com/t/wSLt8jmjq

Then you need to put this custom CSS in the theme panel to center pagination

.page-nav.page-nav-post{
margin-left:auto;
margin-right:auto;
display: table;
width: inherit;
}

the result: http://screencast.com/t/KpWphCIvd

Thank you!

Post count: 18

Thanks Bogdan, works perfectly!
Regards,
Jiri

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