diff --git a/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/certificates/template-certificate-reports.php b/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/certificates/template-certificate-reports.php
index c4d04e0d..c033c6ed 100644
--- a/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/certificates/template-certificate-reports.php
+++ b/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/certificates/template-certificate-reports.php
@@ -245,7 +245,15 @@ get_header();
-
|
+
+
+
+
+
+
+
+
+ |
|
diff --git a/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/email-attendees/template-email-attendees.php b/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/email-attendees/template-email-attendees.php
index e2d6efd5..49f6de37 100644
--- a/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/email-attendees/template-email-attendees.php
+++ b/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates/email-attendees/template-email-attendees.php
@@ -163,6 +163,13 @@ $site_title = get_bloginfo( 'name' );
.hvac-attendee-checkbox {
margin-right: 10px;
}
+ .hvac-attendee-item a {
+ color: #0073aa;
+ text-decoration: none;
+ }
+ .hvac-attendee-item a:hover {
+ text-decoration: underline;
+ }
.hvac-email-sent {
background-color: #d4edda;
color: #155724;
@@ -333,7 +340,15 @@ $site_title = get_bloginfo( 'name' );
|