Blue Navigation Background (on smartphone) that is supposed to be transparent

Hello guys… I’ve set the navigation background to transparent… but when visiting the website on a smartphone, there is a solid blue background: www.johannadeis.com
What can I do about that?
Thx a lot
Johanna

Hi There,

Please find and remove this custom CSS:

@media (max-width: 979px) {
  .masthead {
    position: relative;
    width: auto;
    background-color: #001937;
  }
}

Let us know how it goes!

Perfect …worked! Thx :slight_smile:

1 Like