Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255439
    camsil
    Participant

    Hi, I cannot seem to find how to remove the ‘latest posts’ section from the homepage, currently I have the featured portfolio posts on the homepage but do not need the ‘recent posts’ section as I haven’t posted any traditional blog posts.

    #255495
    Skandha
    Participant

    @camsil: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove ‘latest posts’ from homepage’ is closed to new replies.