Site logo

Archived topic

Search box in secondary navigation

3 replies · Started by johnzoro on February 15, 2017

Viewing posts 1–4 of 4

Hi John,

Try this to change the width of the search field:

input.search-field {
    max-width: 150px;
}

Not sure how to replace the text by an image - this topic is probably more suitable for the plugin author.

On another note, are you only wanting search in secondary navigation? If so it might be better to use primary navigation as the secondary navigation. Tom made suggestion here: https://generatepress.com/forums/topic/move-navigation-search/#post-275175

what about padding around the search input box?

also how would i make the text smaller in the input box?

Padding:

form.bop-nav-search {
    padding: 10px 0px;
}

Text size:

input.search-field {
    font-size: 15px;
}
This archived topic is closed to new replies.