Hi,
I could use a little help styling the Enfold theme in Internet Explorer 8
It is working fine in other browsers…
But in IE8 on the home page upper right
The Input field “Search” is missing…
And then on all other pages it says “Home” in this area instead of search.
Any suggestions?
Thanks,
David
Hey David!
1. The “search” is the placeholder of the search input filed, problem is IE8/9 doesn’t support placeholders – http://caniuse.com/#feat=input-placeholder
2. The home string is coming from the menu, not sure how it ended there but you can add this to your CSS to hide it:
.fallback_menu {
display: none;
}
Regarding
Josue