eCademy – Theme Documentation

  • Home
  • FAQs
  • How to hide page banner for whole site?

How to hide page banner for whole site?

How to hide page banner for whole site?

Hide page banner hide/show option is available for individual page(edit mode). But if you want hide page banner for whole site then please check the following method:

Go to Dashboard->Theme Options->Advanced Settings and Paste the following CSS into CSS editor:

.page-title-area {
    display: none;
}

Don’t forget to hit the Save Changes button.

That’s it!🙌