How to remove recent post section from my head page

  • Unknown's avatar

    Hello.
    I’m trying to remove the recent post section from my head page, but I can´t.

    The theme I chose is Ixion. Is there anything I can do to remove that block? I tried to do it directly in the CSS, but it didn´t work.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    That theme is designed to show your recent posts in the front page. To remove them you’ll need to use some CSS code. Custom CSS is a feature included in the Premium, Business, and eCommerce plan and therefore you first need to upgrade to any of those plans before using it. You can read more about it here:

    http://en.support.wordpress.com/custom-css/

    If you decide to upgrade here’s the CSS code to remove the recent posts:

    #front-page-recent-posts {
      display: none;
    }
  • The topic ‘How to remove recent post section from my head page’ is closed to new replies.