Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/Divi/includes
File: no-results.php
<?php
[0] Fix | Delete
global $et_no_results_heading_tag;
[1] Fix | Delete
if ( empty( $et_no_results_heading_tag ) ){
[2] Fix | Delete
$et_no_results_heading_tag = 'h1';
[3] Fix | Delete
}
[4] Fix | Delete
?>
[5] Fix | Delete
<div class="entry">
[6] Fix | Delete
<!--If no results are found-->
[7] Fix | Delete
<<?php echo $et_no_results_heading_tag; ?> class="not-found-title"><?php esc_html_e('No Results Found','Divi'); ?></<?php echo $et_no_results_heading_tag; ?>>
[8] Fix | Delete
<p><?php esc_html_e('The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.','Divi'); ?></p>
[9] Fix | Delete
</div>
[10] Fix | Delete
<!--End if no results are found-->
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function