Search Results For Astra ★ Genuine

: Go to Customize > Global > Typography to set site-wide fonts, which will affect the search results.

This replaces the standard "Nothing Found" subtitle or title. 4. Adjust Search Typography Search Results for astra

: In the same Search Page menu (Customize > Post Types > Search Page), click the Design tab to adjust the font size, color, and weight specifically for the search title. How to Change the "Search Results For" String : Go to Customize > Global > Typography

function change_nothing_found_text( $strings ) { $strings['string-search-nothing-found'] = __( 'Oops! We couldn\'t find any matches.', 'astra' ); return $strings; } add_filter( 'astra_default_strings', 'change_nothing_found_text', 10 ); Use code with caution. Copied to clipboard } add_filter( 'astra_default_strings'