How can I make a transparent toolbar?

The second project don’t use the transparent toolbar.

You can overwrite css for any page or specific page, something…
.main-page or ion-page

.main-page {
  .toolbar {
    .toolbar-background {
      background: transparent;
    }
  }
}