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

Home Forums Support [Resolved] How do I hide Pagination numbers (Page: 1,2,3,..)

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1372640
    Hemant

    Hello Team,

    Is there a way to hide the pagination numbers only in posts? I want o keep it for pages but hide that for Posts…

    Example: https://pressbuzzer.com/keep-testing-testinagain123/

    I want to hide the Page numbers here… please help

    #1372736
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .single .page-links {
        display: none;
    }
    #1372903
    Hemant

    Hey, this one worked!!

    Thanks a ton for the help…

    Case resolved as I will buttons as custom pagination was a huge issue ๐Ÿ™‚

    #1373451
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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