Trying to use a large top logo - unsuccessfully!

I think the problem here is z-index: 5000;.

Even if you try to create a new account, the logo partially cover the account window (on desktop).

Try in this way:

  • remove z-index: 5000;
  • add this line: .d-header { background-color: transparent; }

(if logo is cut at the bottom add transparent !important; )

1 Like