Great Scott, that was it!
Thanks!
By the way, I tried uninstalling all the other plugins, but it didn’t work. I haven’t tried reinstalling the theme, as I’m not sure how much work I could end up loosing.
Thanks for the answer, but that didn’t seem to do anything. Currently the Quick CSS looks like this:
.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a { insert the logo here); background-repeat: no-repeat; background-size: contain; }
.header-scrolled .logo a {
-webkit-transition: all 2s ease-in-out;
-moz-transition: all 2s ease-in-out;
-o-transition: all 2s ease-in-out;
-ms-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}