Archived topic
how to add search icon
3 replies · Started by olusegun on October 9, 2019
Viewing posts 1–4 of 4
i want to add search icon to my header area that displays search box when the icon is clicked
Hi there,
This should help:
https://docs.generatepress.com/article/navigation-search/
Let me know :)
yes it did and i have activated it but i dont like the fact it create a transparent layer throughout the header, i want it in a drop down just below the header with a smaller block
Hi there,
try adding this CSS:
.navigation-search {
top: 100%;
}
@media (min-width: 1024px) {
.navigation-search {
width: 50%;
left: 50% !important;
}
}
This archived topic is closed to new replies.