Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../template.../emails
File: summary-style.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Email Summary style template.
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to yourtheme/wpforms/emails/summary-style.php.
[4] Fix | Delete
*
[5] Fix | Delete
* @since 1.5.4
[6] Fix | Delete
* @since 1.8.8 Removed `$header_image_max_width` parameter.
[7] Fix | Delete
*
[8] Fix | Delete
* @var string $email_background_color Background color for the email.
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if ( ! defined( 'ABSPATH' ) ) {
[12] Fix | Delete
exit;
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
require WPFORMS_PLUGIN_DIR . '/assets/css/emails/summary.min.css';
[16] Fix | Delete
[17] Fix | Delete
if ( ! empty( $email_background_color ) ) : ?>
[18] Fix | Delete
body, .body {
[19] Fix | Delete
background-color: <?php echo sanitize_hex_color( $email_background_color ); ?> !important;
[20] Fix | Delete
}
[21] Fix | Delete
<?php endif; ?>
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function