Color logo – no background

By

/*Change mobile logo*/
@media only screen and (max-width: 480px) {
#site-title a img {
background: url(‚path-to-mobile-logo‘) no-repeat 0 0;
}

}

Hinterlasse einen Kommentar