[Support request] how to hide next post from a post page?

Home Forums Support [Support request] how to hide next post from a post page?

Home Forums Support how to hide next post from a post page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #337653
    Goldy

    i have this post page https://goldyarora.wpengine.com/test-post/

    before the comment box, i see the next post “its now possible to manage suspended users google calendar” how can i hide it?

    What i want is to hide everything and have neat and clean post, and then the bottom i’ll include elementor’s post widget.

    #337686
    Leo
    Staff
    Customer Support

    Hi there,

    This option will be added to the customizer in the upcoming version.

    For now use this CSS:

    .post-navigation {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #337691
    Goldy

    thank you, am a non tech, where should i exactly add this?

    #337692
    Leo
    Staff
    Customer Support

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Easiest way is to copy and paste the code in Addtional CSS.

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