• Resolved hwoccurrence

    (@hwoccurrence)


    Is there a way I can hide the Next/Previous Project text which includes arrows?

    The page I need help with: [log in to see the link]

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

    (@hwoccurrence)

    Great, that CSS code did it. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.