• Hi.

    I need help to change the backgorund color of the header. If I change from the menù, really the central part of the heater (where is the logo, just to understand) remain white.

    I found that I can change it adding in CSS the following line:

    .header {background-color: #000000;}

    But this is working only for PC. From mobile I still see the heather in white.
    How can I change it in all format?

    thanks in advance

    • This topic was modified 3 years, 4 months ago by biggp.
Viewing 1 replies (of 1 total)
  • Theme Author Nayra Themes

    (@nayrathemes)

    Hello @biggp

    Please go to your Theme Customizer -> Additional css -> paste the following code there.

    .theme-mobile-nav {
        background-color: #000;
    }

    Let us know it will work for you.

    Thanks
    Nayra

Viewing 1 replies (of 1 total)
  • The topic ‘Change header background color’ is closed to new replies.