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

    Hey guys,

    i am trying to remove the magnifier icon from the mobile view only (on desktop view it should still be displayed) and i did not find a solution here.
    Both the magnifier icon next to the burger menu icon (before opening the the burger menu itself) and the magnifier icon when the burger menu is opened should be hidden.
    Is there an easy solution to this?

    Thanks and kind regards,
    Florian

    #1023392

    Hey aiko-logi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    
    /* CSS - Hide search icon */
    
    
    @media only screen and (max-width:480px) {
    
    .responsive #top #menu-item-search {
      display: none;
    }
    
    }
    
    
    

    Best regards,
    Vinay

    #1023504

    Thanks a lot – did the trick perfectly!

    Kind regards,
    Florian

    #1023746

    Hi Florian,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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