Okay
  Public Ticket #1488827
Mobile header
Closed

Comments

  • Borut started the conversation

    Hello,

    can you please tell me where can I modify mobile header? I am using header 9 and can't find where to change mobile header background color (by default the background is black).

    Thank you,

    Borut

  •  608
    WordPress replied

    Hi,

    To change mobile header background, there is no option for that yet. But you can add this style to change it. 

    @media (max-width: 991px){
    .header-mobile {
        background-color: #352014;
    }
    }

    You should install and activate child theme and add it at the bottom of style.css file in Appearance > Editor. 

    If you can't add it, please provide admin account and I will help. 

    Thanks,

    Anna