Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Google Chrome Problems › Reply To: Google Chrome Problems
December 10, 2013 at 12:19 pm
#3293
Raghavendra
Moderator
Can you post a private message here with the login? Will help debug the issue a bit. Also pls mention the phone/build you are using. From your images, it is not clear if the logo is loaded or not. You can use the following Custom CSS and see if it helps too –
@media only screen and (-webkit-min-device-pixel-ratio: 2) { #site-logo a img.retina-logo { display: none; } #site-logo a img.standard-logo { display: block; } }