[ad_1]
Plugin Support
Alex
(@fellan91)
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:
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
