Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992046

    Hi,
    I searched the forum for a correct way to increase the spyglass (at least 30px) on my site but I cannot get/find a right answer.
    And i want to hide the spyglass on mobile devices? https://thekey.nl
    Can you help me out on this?
    THX Freek

    I found the solution for the size of the spyglass:

    li#menu-item-search a:before {
        font-size: 30px!important;
    }
    • This topic was modified 6 years, 3 months ago by Freek.
    #992363

    Hey Freek,

    Thank you for using Enfold.

    The search icon is already hidden on mobile view. Do you need more assistance with this?

    Best regards,
    Ismael

    #992370

    Strange. I see the spyglass on my mobile phone. Even after clearing the cache.
    THX Freek

    #992696

    Hi,

    I can’t see it now. Not sure sure why it’s not there, yesterday. Add this css code to remove it.

    @media only screen and (max-width: 767px) {
        .responsive #top .av-main-nav #menu-item-search {
            display: none !important;
        }
    }

    Best regards,
    Ismael

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