A search widget placed in the Header Right widget area of Business Pro will appear like this:
Want to make it sleeker like this?
Step 1
Add the following in child theme's functions.php:
add_filter( 'genesis_search_text', 'custom_search_text' );
/**
* Customize the text of the search input.
*
* @param string $text current text
* @return string modified text
*/
function custom_search_text( $text ) {
return esc_attr( 'Search...' );
}
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Session expired
Please log in again.
The login page will open in a new tab. After logging in you can close it and return to this page.