Remove Previous/Next buttons from each page

Hey there,

In the attached screen shots you will see the ‘prev/next’ buttons. I want to remove these buttons but I can’t find where this setting is. Please tell me how I can turn these off so that they aren’t showing at all.

Thanks
Jamie!

Screenshot 2020-03-29 at 12.49.10|690x300

Hi Jamie,

Thank you for reaching out to us. To remove the posts navigation, add the following code in the Theme Options > CSS:

.single-post .x-nav-articles {
    display: none;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Unfortunately this didn’t work… Maybe it’s because these Prev/Next buttons are showing up on Posts made by a third party - In this case, it’s Learndash and the buttons are showing up on the course, lesson and topic pages. Any ideas?

Thanks so much!

Hey Jamie,

If the navigation buttons are being rendered by a third party plugin then you probably need to contact the plugin developer to help you in this case. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X / Pro will need to be directed to the original developer.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.