(function ($) {
  $(window).ready(function() {
    $('.front h1.page-header').remove();
  });
})(jQuery);