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
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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.