The logo and text disappears in IE theme Twenty-ten (IE bugs)
-
hello,
I followed the direction in this thread below:
https://en.forums.wordpress.com/topic/adding-logo-into-the-title-on-twenty-ten?replies=25I have also changed #site-title a {
display:none;
}as it said to do but the logo and text disappears in IE. It looks fine in Firefox. Please see link below:
Please advise ASAP!
Thank you (WordPress support was no help at all)
thanks,
Brian
The blog I need help with is: (visible only to logged in users)
-
Can you paste the CSS you used for the logo and the text here in the forums between code tags so I can take a look at it? I don’t know of anything in what I expect you used that would mess things up.
<code>put the CSS here</code>Or at the very least, give us the link to the logo image you are wanting to use.
-
#header {
padding: 20px 0 0;
}#site-title {
background: url("http://waterbarchefsblogdotcom.files.wordpress.com/2011/04/wb_hdr_logo3.jpg") no-repeat scroll 0 0 transparent;
font-size: 100px;
height: 95px;
line-height: 90px;
margin: 0 0 18px;
width: 741px;
}#site-title a {
display:none;
}#site-description {
margin: 0;
position:relative;
top:-25px;
}THANK YOU VERY much!!!!
-
-
The issue is with the image. It is saved in CMYK colorspace, and IE doesn’t know what CMYK is. You have to save it in sRGB colorspace.
If you are using photoshop, use the “save for web & devices off the file menu and that will optimize it for the web.
-
-
- The topic ‘The logo and text disappears in IE theme Twenty-ten (IE bugs)’ is closed to new replies.

