Customize Menu color display problem in IE
-
The customized Menu color brown does not display in IE. I’ve read several blog on this topics but still not sure how to resolve the problem. I’ve tried changing the background color, but it basically turn all the background to brown(#92613e) Our site is: http://portlaarchives.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
Howdy,
I was able to clean this up for ya. On IE 9, the “background-image” for the menu that was set by the theme was being respected while the custom color wasn’t. IE 10, Chrome, etc respected your customization, so it is a quirk of IE 9 and lower.
Since you have the Custom Design upgrade, I added a small bit of css:
#navigation { background-image:none; }to override what IE 9 was using.In any event, it is looking as expected for me now and I’m noting this to our theme developer to help the next user out!
Please let me know if you have any questions or anything else we can do for you.
- The topic ‘Customize Menu color display problem in IE’ is closed to new replies.