Disable previous and next nav-button for posts

Hi,

firstly thanks for this great theme!

Is there a way to the disable the previous and next nav-button for posts?

Any help would be appreciated.

Best regards,
Vico Din

Something like this should do the trick

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

Add these lines of code to Theme Options - Other - Custom CSS or inside Child Theme style.css

Thx, it’s working :slight_smile:

This isn’t working for me at all with the Travel theme. Im going crazy trying to eliminate these links at the bottom of my posts!