Remove the previous and next post link at the bottom of a post

I’m sorry because the question had already been asked, and answered, but I can’t manage to make it work.

I would like to remove the previous et next post link at the bottom of a post.

Here is what I did: I pasted the below code under Appearance/theme options/other/custom CSS but it doesn’t work.

.nav-links {
display: none;
} 

This code doesn’t work for you because you are using Travelify theme but this one is for either Dazzling or Sparkling theme as it would work for both of them.

For Travelify theme you should use code like this via the same Custom CSS field:

.single #content ul.default-wp-page {
  display: none;
}

Let me know if you need any further assistance.

Thank you. That worked :slight_smile: