• The paginate for my site looks awful so I used Pagenavi plugin. I’m wanting to get rid of the old paginate but can’t. I went to the style.css file trying to delete certain lines of code.. well lets just say that didn’t go too well.

    How do I get rid of the pagination? It’s the one on the top with no styling.

    The site

Viewing 5 replies - 1 through 5 (of 5 total)
  • What theme are you using?

    Thread Starter fearspamlol

    (@fearspamlol)

    Thank you for responding!

    I believe it’s called Jarida. The developer doesn’t support any sort of customization help unfortunately.

    You can hide it using this CSS – best to add to a Custom CSS option or via a plugin such as Custom CSS Manager:

    .page-link {
        display: none;
    }

    Thread Starter fearspamlol

    (@fearspamlol)

    Will that also hide the Pagenavi plugin?

    Thread Starter fearspamlol

    (@fearspamlol)

    I just tried that, it worked! Thank you so much, you taught me something I took hours trying to figure out!

    Now if I could only figure out how to change those questionmarks showing up at the bottom of the article 🙂

    Again, I really appreciate your help a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Get rid of pagination??’ is closed to new replies.