Jumbotron and main menu questions

1.How can I remove the post title (jumbotron) from each individual post page?
2.Is it possible to have a different main menu (different from the home page) for the blog? I am using the illdy theme with a static front page.

TIA

Hi @mspierce,

  1. Use this css code:
#header .bottom-header h2{
display:none;
}
  1. unfortunately is not possible

Thanks,

Cristian