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
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,
#header .bottom-header h2{
display:none;
}
Thanks,
Cristian