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