Okay
  Public Ticket #989411
menu
Closed

Comments

  •  2
    Corey Blake started the conversation

    How do I change the background color of the menu with transparency turned on? I tried this but couldn't get it to work:

    @media only screen and (max-width: 1001px) {
     #html body #header-outer[data-transparent-header="true"].transparent {
            background-color: rbga(0, 0, 0, 0.75)!important;
        }
    }

    Thanks!

    Corey

  •  2
    Corey Blake replied

    Never mind, I see what I was doing wrong... thanks anyway...