Remove or Label in-post navigation?

The navigation arrow at the edge of the right hand side at the single post level: can it be removed or at least be labeled? I’d hate for people to think of it as a “more” button rather than a “next story” navigation.

Thanks!

Hello @ABWosp,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS to remove navigation arrow buttons:

.x-nav-articles {
    display: none !important;
}

Thanks.

Beautiful…thanks!