Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1440694

    Hi,
    Is it possible to hide the search icon from main menu on laptops, but keep it when ever the burger menu is activated?

    #1440719

    Hey ditteditte,

    Please post a link to where we can see the element in question.

    Best regards,
    Rikard

    #1440781

    Well in enfold settings -> Main menu you can choose to “Append Search Icon To Main Menu”. That append the search icon on all screen sizes. What I would like to do is to only append the search icon when ever the burger menu is activated. Is that possible?

    #1440831

    Hi,

    At what size is your burger menu active?

    Best regards,
    Rikard

    #1440915

    Well I never changed any settings for that so I believe it is Enfold standard.

    #1440930

    Hi,

    Thank you for the update.

    You can add this css code to hide the search icon on desktop view:

    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      .responsive #top .av-main-nav .menu-item-avia-special {
        display: none;
      }
    }
    

    Make sure that the Enfold > Main Menu > Menu Items For Mobile settings is set to the first option.

    Best regards,
    Ismael

    #1440969

    Great! Thank you!

    #1440994

    Hi,
    Glad Ismael could 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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide search icon’ is closed to new replies.