Home › Forums › Support › disable magnifying glass icon on pc view. and header widget search box slip down This topic has 7 replies, 3 voices, and was last updated 3 years, 7 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 26, 2018 at 1:27 pm #687155 Immi Hello there, 1. how to hide magnifier search icons on desktop view. 2. how to slip down header widget search box on desktop view. GP Premium 1.7.2 September 26, 2018 at 6:50 pm #687289 TomLead Developer Lead Developer Hi there, Give this CSS a shot: .main-navigation li.search-item { display: none; } @media (min-width: 769px) { .header-widget { position: relative; bottom: -55px; z-index: 100; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 27, 2018 at 9:40 am #687910 Immi Thank Sir, Brilliant Exactly what I was looking. September 27, 2018 at 10:02 am #687923 DavidStaff Customer Support Hi there, can you explain a little more about the border, as i can see you already have this CSS: .site-header { border-bottom: inset 40px #DDD; } If you wanted a ‘gap’ between the two you could replace the border-bottom property with a margin-bottom property. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 27, 2018 at 10:10 am #687939 Immi 2px bottom border to site header. I have applied this CSS but not working in the mobile device .site-header { border-bottom: 2px solid #ff5c3e; } September 27, 2018 at 10:21 am #687950 DavidStaff Customer Support Aah ok thats because you have the mobile header, so we just need to include that like so: .site-header, #mobile-header { border-bottom: 2px solid #ff5c3e; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 5, 2018 at 9:56 am #694365 Immi Thank You Sir, October 5, 2018 at 10:22 am #694377 DavidStaff Customer Support Gla we could be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In