Hello, this feature depends on the theme you are using on your site. If the theme supports FSE templates, then change the template of this page, most likely it is Single Post:
https://prnt.sc/iKn_qDSSWeb0
Just open the visual template editor, find the arrows and delete elements in the editor.
However, if the theme is not FSE, then it is not a fact that this setting is present. In this case, it will be enough to globally hide these kinds of arrows using CSS:
.ast-separate-container .post-navigation {
display: none;
}
Regards,
Alex
-
This reply was modified 4 months, 1 week ago by Alex.
-
This reply was modified 4 months, 1 week ago by Alex.