Homepage Pagination

Posted in: Newspaper
Post count: 11

Hello tagdiv,

Site Url : thither.website/wbg

How can I replace the pagination in the homepage with a button. Refer to http://i.imgur.com/FjCXGwv.png

I would like to replace it with a button as shown here http://i.imgur.com/pydYKzc.png

Thank you and have a nice day.

Post count: 20688

Hi,

A posibility is to remove Latest Articles – https://www.screencast.com/t/P8dmRWKwIZsV and replace it with a block (named Latest Articles) and set a Load More button – https://www.screencast.com/t/hH4xAwBRa pagination to it
Then you can apply some custom css on the button if you want to, here is an example where i used block 11 named Latest articles with the sort order set to latest – https://www.screencast.com/t/iOkXZjzJXma and applied some css customization – https://www.screencast.com/t/nnjp4Q7717g4
This is the css code if you want to us it, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/Ryutl7xoL

.td_block_11 .td-load-more-wrap a {
color: grey;
font-weight: bold;
text-transform: uppercase;
border: 2px solid grey;
padding: 15px;
}

Please let me know if this is ok for you
Thanks

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