Viewing 2 replies - 1 through 2 (of 2 total)
  • 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:

    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 7 months, 3 weeks ago by Alex.
    • This reply was modified 7 months, 3 weeks ago by Alex.
    Thread Starter hwoccurrence

    (@hwoccurrence)

    Great, that CSS code did it. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Next/Previous Project text’ is closed to new replies.