Remove Text Before Input Box
-
I know this is covered in the FAQ but I appoligize for being a complete n00b.
Where does the below code go?
add_filter( ‘bop_nav_search_screen_reader_text’, function( $text, $item, $depth, $args ){
$text = ”; //for nothing
$text = __( ‘<span class=”screen-reader-text”>The text you want</span>’, ‘myslug’ ); //to change – the __() is for theme translation
return $text;
}, 10, 4 );I added it to my functions.php file and got a major error and had to delete the code.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove Text Before Input Box’ is closed to new replies.