Search Placeholder text
-
Hi Ritchie,
I’m currently using this code snippet to add a Search Bar to the Top Menu. Is there anyway to change the ‘Search..’ text as part of this?
`function meso_add_custom_searchform() {
return get_search_form();
}
add_action(‘bp_inside_top_nav’,’meso_add_custom_searchform’,20);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search Placeholder text’ is closed to new replies.