[Resolved] How to Remove Number of Remaining Blog Posts

Home Forums Support [Resolved] How to Remove Number of Remaining Blog Posts

Home Forums Support How to Remove Number of Remaining Blog Posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1377168
    tbgr

    Web page with number of blog posts in bottom-left corner

    Please view the attached image. In the bottom-left corner you see links that take you to the next blog posts:

    1 2 …25 Next>

    I don’t want this to be viewed by anyone. I did as much “customizing” as possible but I still can’t get rid of this.

    Any suggestions?

    Thank you.

    #1377194
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .paging-navigation {
        display: none;
    }

    Let us know ๐Ÿ™‚

    #1377200
    tbgr

    Perfect! Thank you, Tom.

    #1377202
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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