Activello page - link to other page

Hello!
I have a question about deleting links to other pages.
In the image you can see the links to ‘Snowfit’ and ‘Personal Training’.
Would it be possible to remove these options entirely or change which pages are shown?

Thank you in advance!

Hi @eliannee,

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

You can remove them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

nav.post-navigation {
    display: none;
}

Best Regards,
Movin