Logo and Menu won't show in Transparent Header on Mobile Dawn Theme

Everything looks good on the desktop version of the website, but when I switch to the mobile version, the logo and the drop down menu is not visible.

There must be an error in its responsiveness!!

Hi @Duende

Share store url

@Duende Please share your store URL to help on this.

https://duen-de.online/

@Duende Please follow the below steps to visible the logo and the drop down menu. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click action button from the current theme and select “Edit code”.
  3. Search for the “base.css” file and add the below CSS code at the bottom of the “base.css” file.
@media screen and (max-width: 767px) {
    .videoBackground .fullscreen-video-wrap {
        z-index: 2 !important;
    }
}

Then the final output will be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Thank you, it is visible now.