Remove (or reverse) Previous/Next links in Ethos Theme

The Previous/Next post links are counter-intuitive in the Ethos theme: the left arrow points to a newer post and the right arrow points to an older post. (It’s kind of understandable because the posts are in reverse chronological order but I find it confusing.) Is there a way to reverse these arrows, or remove them altogether? Preferably without using a child theme because I don’t know how to do that! Thanks in advance.

Hello Aminusmama,

Thanks for writing in!

To remove the next and previous article navigator you can add following CSS under X/Pro > Theme Options > CSS:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

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