How to remove previous links on top/bottom of every post?

  • Author
    Posts
  • #43832

    Hi

    I have this problem since creating my website.
    On every post i see the link-title of the previous post on the top and bottom side.
    Is there any way to remove these links?

    Website: foivos-tennis.gr

    • This topic was modified 6 years ago by george78.
    • This topic was modified 6 years ago by george78.
    #43846
    Zed
    Cryout Creations mastermind

    You can do that with CSS:

    body.single #nav-above, #nav-below {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to remove previous links on top/bottom of every post?’ is closed to new replies.