UPDATE:
Found the relevant piece of code:
if ( ‘posts’ == get_option( ‘show_on_front’ ) ) {
include( get_home_template() );
} else {
Tried removing it, and it will delete the the “Nothing Found
No search results for:” text although also prevents me from adding any other text I want through the text widget.
I there some piece of code you can help me with that hides only the “Nothing found…”?