Hi
After you uploaded the logo, have you click insert to the post button?
Also, the custom CSS for the mobile logo as below:
.responsive-logo {background-image:url(../img/logo-resp.png);}
/*For Retina Screen*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
.responsive-logo {background-image:url(../img/logo-resp@2x.png);}
}
Please replace the LOGO URL to your actual URL.
Thanks