Archived topic
How to remove navigation search on mobile
3 replies · Started by Artem on December 19, 2019
Viewing posts 1–4 of 4
Hi,
Is there any way to remove navigation search on mobile via customizer? I need a navigation search on desktop only.
Thank you.
Hi there,
CSS is required:
@media (max-width: 768px) {
.search-item {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/x
Let me know if this helps :)
Resolved.
Thanks a lot.
No problem :)
This archived topic is closed to new replies.