• Resolved torasama

    (@torasama)


    Hello,
    I want the pagination to stop appearing on the first page (last articles), how do I do that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @torasama,

    Thank you for using the Neve theme.

    You can add this CSS to Appearance->Customize->Additional CSS section:

    .home ul.page-numbers {
        display: none;
    }

    I hope it helps!

    Thread Starter torasama

    (@torasama)

    Hi,
    thank you very much for the answer. it was so simple.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove pagination on first page’ is closed to new replies.