How do I remove the navigation links?

  • Anonymous

    #3365

    I would like to remove the back / forward navigation above the posts, i.e.

    80i3D.jpg

    How do I do that? I’ve had a look in the php files, but I can’t find anything…

    Thanks, and enjoying the theme very much,

    David

    Anonymous

    #24528

    Add this to your child theme or custom css:

    #previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
    display: none;
    }

    dminoz

    #24529

    works perfectly 🙂 Thanks Josh

    Anonymous

    #24530

    Marking as resolved.

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

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