Archived topic
Display Search Icon only mobile menu
3 replies · Started by webcréateur on October 10, 2019
Viewing posts 1–4 of 4
Hi there,
How can we configure the customizer to display search icon only on mobile devices?
http://prnt.sc/phl4cb
Best regards.
Hi there,
Add this CSS to hide the navigation search on desktop:
@media (min-width: 769px) {
.main-navigation li.search-item {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you very much! :)
No problem :)
This archived topic is closed to new replies.