Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] Page Navigation has no Buttons / Styling?

Home Forums Support [Support request] Page Navigation has no Buttons / Styling?

Home Forums Support Page Navigation has no Buttons / Styling?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1098093
    optimizeit

    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.

    #1098191
    Tom
    Lead Developer
    Lead Developer

    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 🙂

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