I have removed my logo on my home page by putting the following in my quick css.
.home strong.logo {
display:none !important;
However, I would still like to have the transparency logo appear in the header when the page is scrolled and the white header background displays. Is there a way to do this? And if so, I want to do the same thing on mobile, too. Could you give me the css to do both?