Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #603942

    Hi!
    Just upgraded Enfold theme from 3.4.7 to 3.5.1. After the update, the mobile search button/icon is gone. Any tips on how to solve tis issue? This os the code that was working before the upgrade:
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -86px;
    right: -25px;
    }}

    BR, Torbjörn

    #603962

    Hey Torbjörn!

    Thanks for getting in touch with us!

    Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Cheers!
    Jordan

    #604060

    Thanks Jordan!
    I’m providing the required info in the Private section

    #604261

    Hey!

    The icon color is the same as the header background. Add this inside the css media query above:

    #menu-item-search {
        color: gray;
    }

    Best regards,
    Ismael

    #604560

    Wow, that’s embarrassing :-) Checking the color never occurred to me since it was working before the upgrade. Anyway, it works great now – thank you!

    #604566

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile search button/icon gone after 3.5.1 update’ is closed to new replies.