Archived topic
Page Navigation has no Buttons / Styling?
1 reply · Started by optimizeit on December 8, 2019
Hi! I have been researching about the Page Navigation Styling but I'm unable to do so (quite complex for me to do).
Current Situation: https://i.imgur.com/N4M3KnQ.png
How I want: Either Load More Functionality (but must work properly on the Mobile as well)
OR
Square Boxes Around Each Number and Next / Previous with Arrows.
Thanks.
P.S.: I am using GeneratePress Child Theme.
Hi there,
If you want to use a Load More button, you can turn on Infinite Scroll in Customize > Layout > Blog.
If you want to style them, try this:
.nav-links a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #ddd;
}
Let me know if you need more info :)