Site logo

Archived topic

Navigation Search

5 replies · Started by Kim on August 10, 2019

Viewing posts 1–6 of 6

Hi,

I've added the navigation search to the header. Unfortunately the searchbar is nearly unvisible on a header with a white background. Is it possible to style it differently or to add some text like "Type to search..."?

Cheers
Maike

Hi there,

We will be adding navigation search color options soon.

For now try this CSS:

.navigation-search input[type="search"], 
.navigation-search input[type="search"]:focus {
    color: #000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

As for navigation search placeholder text, try this PHP:
https://docs.generatepress.com/article/generate_navigation_search_output/#add-a-placeholder

Adding PHP: https://docs.generatepress.com/article/adding-php/

Let me know if this helps :)

Great! Good to hear :-)

Will it be possible to add text then?

BR Maike

Perfect! Many thanks :-)

You're welcome

This archived topic is closed to new replies.