Hello shirleypm,
I took a look at your site on IE and Chrome, however they look the same on both. Maybe I am missing something though, what exactly does not display for you in Chrome?
I have a logo with my name an slogan in the heading/ masthead, and it is not displaying. I reloaded the image, WordPress says it is there, and yet it is not displaying in my mobile device or pc in Chrome. My pc version of IE displays it. Any ideas?
I just looked on my phone and the image wasn’t there, but that may have something to do with the responsiveness of the theme. However on my PC it shows up on all browsers. Not sure why it wouldn’t show on your PC with Chrome though. Maybe try clearing your cache, cookies and history and try again? Hope that helps a little…
Looks like this CSS is the culprit. On line 1634 of the output HTML, you’ll see this:
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
#header-sticky .normal_logo,#header .normal_logo, #side-header .normal_logo{display:none;}
#header-sticky .retina_logo,#header .retina_logo, #side-header .retina_logo{display:inline;}
}
Your masthead image with a CSS class of .normal_logo is set to not display on Retina-ready screens, like your phone. However, there’s a .retina_logo CSS option that will display in its place.
Do you see a setting in your Avada theme for a “Retina Logo” option? Try uploading your image there and see what happens.