How to remove post navigation links that appear above content area?

  • dancinwitangels

    #9022

    Is there a way to remove post navigation links that appear above content area?

    This is what I want to do https://forum.graphene-theme.com/graphene-support/how-do-i-remove-the-navigation-links

    but this code does not work for me or maybe I am not placing it in the correct place.

    I copied and pasted it into my child theme – editor – styleheet css (style.css)

    Actually, I notice a few of the codes I have in there don’t seem to be working anymore. Not sure if this could all be due to WP Updates, etc?

    Mod

    Kenneth John Odle

    #42598

    Try

    .post-nav {
    display:none;
    }

    Quote:
    Not sure if this could all be due to WP Updates, etc?

    Yes. That post was from two years ago, and both Graphene and WordPress have moved on in the meantime. Which version are you on? You can read the changelog [url=https://forum.graphene-theme.com/graphene-theme/changelog/]here[/url]. It doesn’t give you the details, but you can figure out quite a few things from it.

    dancinwitangels

    #42599

    Thank you for your help.

    This did work.

    Version 3.9 and I believe the most current version of Graphene.

    Thank you again.

    Mod

    Kenneth John Odle

    #42600

    That is good. Which other items aren’t working?

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.