Site logo

Archived topic

How do I hide Pagination numbers (Page: 1,2,3,..)

3 replies · Started by Hemant on July 22, 2020

Viewing posts 1–4 of 4

Hi there,

Try this CSS:

.single .page-links {
    display: none;
}

Hey, this one worked!!

Thanks a ton for the help...

Case resolved as I will buttons as custom pagination was a huge issue :)

No problem :)

This archived topic is closed to new replies.