I found
.header.fixed{
position:fixed !important;
top:0 !important;
margin:0;
padding:15px 0;
z-index:99;
background-color:#373a3f;
and
.header .header-inner .logo h1{
font-weight:700;
text-transform:uppercase;
padding:0;
margin-bottom:8px;
font-size:50px;
font-weight:bold;
but there’s no background color, it’s white on my site
and if i add color:#FF0000; to the second one the text doesn’t change into red
am i missing something?