Okay
  Public Ticket #3525783
Menu Responsive
Closed

Comments

  • Mirko Paruolo started the conversation

    Greetings. I wanted to know if it was possible to set the responsive menu in such a way as to maintain a background color that does not cause the header to be confused with the rest of the contents.

  •  1,803
    Support replied

    Hello Mirko,

    Hoping I got your question right, you can add a slight background to the header only on mobile devices:

    @media only screen and (max-width: 767px){
        header {
             background-color: rgba(0,0,0,0.3) !important;
        }

    }

    plz note the opacity 0.3 that you can adjust

    Add the code to customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy