• Resolved olaorlikowska

    (@olaorlikowska)


    I want to keep my front page clean,however don’t know how to get rid of all that comes up after featured posts. Half of my images made its way on the first page and I definitely want to delete all of that.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there.

    Thank you for contacting us.
    If you’d like to keep featured post but remove recent posts, please add this code in Customize -> Additional CSS

    .blog-feed { display: none; }

    You can also try to set up a static page as a homepage and see if it looks good that way. Please create a new page (for example “Home”), go to Settings -> Reading and set this page as the front page.

    In order to hide “Home”, please add this line of CSS code

    .home .entry-page h1.entry-title { display: none; }

    Please let me know if this helped. Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Keeping the Front Page clean’ is closed to new replies.