How to remove previous/next post triangles from Ethos

Hey. As said in the title. Would like to remove the previous/next triangles that show up on the top right below the featured image in Ethos

CloudApp

Hey Peter,

You may add some custom CSS to have those navigation area removed on the page. Please add this in X > Theme Options > CSS:

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

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.