Removing Pages Links on Posts Preview

Hi guys!
I used <!–nextpage–> tags to divide a long article on my site: http://dave.egyir.org, and as a result the pages links 1,2,3,4,etc are showing underneath the single post page; which is okay. But it is showing on the posts preview page as well, and I don’t want that. You can see what I’m talking about in the attached image.

How do I get rid of it in the posts preview ONLY, but still maintain it underneath the actual posts?

Thank you in advance!

Dave

Hi Dave,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

body.home article .page-links {
    display: none;
}

Best Regards,
Movin

Hello Movin,
Thanks so much; it worked beautifully!

Best regards!
Dave

You are most welcome here :slight_smile: