Make The Next page Buttons Bigger

How can we make the buttons bigger and customize them with our own buttons

It’s possible to override the styling for the buttons with your own styling. For example, if you are using WordPress, you can add the following style to your custom CSS:

#listly-list-widget .ly-body .ly-body-tab .ly-paginator-container button {
    width: 80px !important;
    height: 60px !important;
    background-color: red !important;
    color: #fff !important;
    font-size: 40px !important;
}

This will make the button larger, with a background color of red and font color of white. You can of course add more CSS attributes to customize the button the way you want.

is it possible to make the next page refresh the site as well so I get more page views like this site is doing. http://mindbuzz.org/10-bankrupt-celebs/8/

Right now it just changing the slideshow or page internally

We are discussing this (page view on next and prev) internally. Will post an update soon.

Thank you sharing. I was searching for this since last week. It is really useful for my webpage: embedded financial services, Thanks for sharing this with us.