
How do I remove this annoying “next post” feature on all of my web site?
Thanks

How do I remove this annoying “next post” feature on all of my web site?
Thanks
Hello @jensjakobsen,
Thanks for writing in!
To remove the next and previous arrows, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-main .x-nav-articles {
display: none;
}
Please let us know if this works out for you.
Great, it worked right out of the box!
Thanks!
Hi Jens,
In case you want to read further about the previous suggestions, please check these links:
Glad to hear it’s sorted.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.