Search for: Log In Free Support [Support request] Hide Search Icon on Desktop only Home › Forums › Support › Hide Search Icon on Desktop only This topic has 2 replies, 2 voices, and was last updated 4 months, 1 week ago by David. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 30, 2020 at 12:54 pm #1511606 David I have it enabled Navigation search via the check box. BUT I don’t’ want it to show in the header on desktops. I tried adding this code in additional CSS but it doesn’t work. @media (min-width: 769px) { .main-navigation li.search-item { display: none; } } October 30, 2020 at 2:39 pm #1511670 David I figured it out finally. @media (min-width: 769px) { .menu-bar-items .search-item { display: none !important; } } October 30, 2020 at 5:25 pm #1511750 DavidStaff Customer Support Glad to hear that! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In