Okay
  Public Ticket #2244996
Search box in mobile menu
Closed

Comments

  • nicogriffioen started the conversation

    How can I remove the search box in the mobile menu? I have already ticked the box of "don't show search in the header" in the Salient options. 

  •  2,721
    Andrew replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    #mobile-menu #mobile-search, header#top nav ul #search-btn {   display: none!important;
    } 

    I hope this helps

    Kind Regards

  • nicogriffioen replied

    Hi! thanks for this but I put it there and nothing happened. Clear cache and everything but still there.... What can I do?

  •  2,721
    Andrew replied

    Hi there,

    In regards to the issue, is there any red cross in your custom css box? .If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend.

    Kind regards,

  • nicogriffioen replied

    Hi!

    This still doesn't work, nothings happens and the search box is still there. Please see screenshot of my CSS box where I placed the code. Let me know if you see something weird or where I should modify things.

    Thanks!

    Nicolas

  •   Andrew replied privately
  •   nicogriffioen replied privately
  •   Andrew replied privately