Hi Team,
I've updated all my site's icons and images with retina and all is well on mobile.
I'd like to now replace my logo with a retina image. This is what is working for me for site wide images in my media queries:
#list .icon { background: url("../images/icon@2x.png") no-repeat top left; background-size: 60%; }
However, when I try to implement retina replacement for my logo, my retina image shows up under the logo and to the left, so instead of replacing the original logo on mobile devices, there are two images there.
I have tried the following and they are showing up but the original image isn't going away:
h1.logo { background: url("../images/TFC-logo-912x1144@2x.png") no-repeat top left; background-size: 60%; }
h1.logo a { background: url("../images/TFC-logo-912x1144@2x.png") no-repeat top left; background-size: 60%; }
h1.logo a img { background: url("../images/TFC-logo-912x1144@2x.png") no-repeat top left; background-size: 60%; }
I've done this for other sites when hand-coding, but this is my first time attempting with a theme and I'm not sure how to correct this in the php.
Thank you for your help!
- Lindsey














