• all background should be black but in mobile view the header is white.
    I have this additional css:

    a:visited {
        color: blue;
    }
    
    .main-container {
        background: black;
    }
    body.boxed .site-main {
        background: black;
    }
    /* now fix up fonts */
    a {
        color: red;
    }
    a:hover {
    		color: blue;
    }
    
    body {
      color: #C0C0C0;
    }
    
    h1 {
      color: #C0C0C0;
    }

    how to make this white area black as well? thanks ??

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header is appears wrong color on mobile’ is closed to new replies.