gntodd1 delinea Hi. Sorry, this thread passed my attention.
I can see my style is not working at all. The class name is completly different than the one I used, was something moved/changed or was that me being blind ?
Replace it with:
@media screen and (min-width: 787px)
#logowrap.zen-row-wrap {
background-color: transparent !important;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.fixed #logowrap.zen-row-wrap {
background-color: #fff !important;
}
}