How to remove the function of pevyu below links to the Previous and Next article not displayed?

  • demnn

    #10678

    Hello. Please tell me the solution for following issue. As for the topic Graphene to remove the display of links (next and previous record) which appear at the top of the article before the title. The function responsible for the output links (prevyu) as I understand it is located inside <div class =”post-nav clearfix>…</div> But all my attempts to work with the contents of this container div don’t show anything. Links prevyu (the Next article and Previous article) still appear at the top (right above the title of the article). Please tell me how to remove them? (To prevyu to the next and previous article not displayed). Thank you. With Respect.

    Admin

    Syahir Hakim

    #46615

    Add this code to your site’s Custom CSS option:

    .post-nav {
    display: none;
    }

    demnn

    #46616

    Thank you very much for the help. With Respect.

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

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