How to get rid of "next post" and "previous post"

Unterneath each Post is a link to “next post” and “previous post”. Where can i deactivate that?

Kind Regards

GT

Hi GT,

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

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

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

body.single-post nav.navigation.post-navigation {
    display: none;
}

Best Regards,
Movin

Hi Movin,

many thanks for your kind Support.
I found a Solution that also worked:

Here it is:

/*
.nav-links {
display: none;
}
*/

You are most welcome here :slight_smile: