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

    hej folks, i hope you can help me. i would like the search icon only displayed in the opened mobile menu. in other words: how do i hide it next to the burger-menu?

    #829214

    Hey therzig,

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

    @media only screen and (max-width: 990px) {
    #top #menu-item-search { 
    display: none !important; }}
    

    Best regards,
    Yigit

    #829220

    Hello Yigit. Not quite what i had hoped for. If i open the mobile menu, i would like to have the search-icon – there it is now also gone.

    #829223

    Hey!

    Oh, sorry, i misunderstood you. Could you please post a link to your website? :)

    Best regards,
    Yigit

    #829226

    Here you go!

    #829235

    Hi!

    I changed the code to following one

    @media only screen and (max-width: 990px) {
    #top #menu-item-search { 
    display: none; }
    .av-burger-overlay-active #top #menu-item-search { 
    display: block; }}
    

    Please review your website
    Regards,
    Yigit

    #829420

    Thank you very much! Works fine!

    #829502

    Hi,

    Glad that Yigit helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘hide search-icon next to burger-menu’ is closed to new replies.