Site logo

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

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.