How to use "Previous" and "Next" for multi page post pagination in Mobile theme?

Posted in: Newspaper
Post count: 9

Hi,

I want to display “Previous” and “Next” blocks rather than showing page numbers in my multi page post pagination for the Newspaper mobile theme. Please suggest how it can be done?

Thanks

Post count: 35449

Hi,

Unfortunately there is no option for this, but it can be achieve with custom css, if you want I can help you with that, just provide me a link to your website.

Thank you!

Post count: 9

Hi Calin,

Thanks for your response. It will be great if you can help with custom css for the mobile theme to achieve this. My website url is https://sfnewsdaily.com/
Let me know if you need any additional info.

Thanks

Post count: 35449

Hi,

Please try this custom css -> https://i.imgur.com/JThcFWg.png -> https://i.imgur.com/NemFaCn.png
.page-nav .page {
display: none;
}
.page-nav i.td-icon-menu-left:before {
content: "Prev";
}
.page-nav i.td-icon-menu-right:before {
content: "Next";
}

This code need to be set in theme panel> mobile theme> custom code> css.

Hope this will help you!
Thank you!

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