Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450374

    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

    http://www.uvalltogether.org/

    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

    #451867

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.