Archived topic
Show the search bar more clear
1 reply · Started by Kelvin on August 16, 2019
Viewing posts 1–2 of 2
Dear Sir/Madam,
How can I make the search bar more clear, for example adding a border to it?
Hi there,
so this CSS you can use to add a border and change the background color:
.navigation-search {
border: 1px solid #000;
background-color: #fff;
}
If you want to add some placeholder text then this PHP snippet will do that:
https://docs.generatepress.com/article/generate_navigation_search_output/#add-a-placeholder
This archived topic is closed to new replies.