Remove title from Jumbotron image on each individual blog post?

Hello- please tell me how to:

  1. Remove the title verbiage from the header image on each blog post.
  2. Make the header image on the ‘Archive’ section responsive in mobil view.

Thanks!

Hi @jackria736,

You could achieve with this css code:

#header .bottom-header h2 {
display:none;
}
  1. Header image should be responsive, could you send us you url to check? Maybe you have some custom css changes.

Thanks,

Cristian