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

    hello together
    I have received from them this CSS code
    (see private content)

    So the magnifier is no longer visible vertically

    If I turn the mobile device (only phone) to horizontal the magnifier is present again.

    Is it possible to hide the magnifier on the phone in horizontal view too?

    thanks in advance
    kind regards
    Franz

    #1322381

    Hey schweg33,
    I assume that by “magnifier” you mean the search icon, in which case your css doesn’t look correct, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

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

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1322412

    Hallo Mike

    Thanks a lot
    That fits
    always a good support

    you can close this request

    kind regards
    Franz

    #1322467

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide magnifier horizontally also’ is closed to new replies.