Skip to content

Commit 359bb62

Browse files
authored
Merge pull request #1383 from katlich112358/Community-input-label-revisions
Added label to email imput on Community page
2 parents 8e475e8 + fe2a3fb commit 359bb62

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/assets/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,14 @@ h2.featuring {
14491449
font-size: 1.1rem;
14501450
}
14511451

1452+
/* ==========================================================================
1453+
COMMUNITY PAGE
1454+
========================================================================== */
1455+
1456+
.email-octopus-form-wrapper label {
1457+
font-size: 1.2em;
1458+
}
1459+
14521460

14531461
/* ==========================================================================
14541462
Teach Page

src/templates/pages/community/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ slug: community/
8585
<p class="email-octopus-success-message"></p>
8686
<p class="email-octopus-error-message"></p>
8787
<form method="post" action="https://emailoctopus.com/lists/537b6ec8-d123-11e6-8561-06ead731d453/members/external-add" class="email-octopus-form">
88-
<p>{{#i18n "mailing-list-1"}}{{/i18n}}</p>
88+
<label for="email" name="emailAddress" value="email">{{#i18n "mailing-list-1"}}{{/i18n}}</label>
8989
<div class="email-octopus-form-row">
90-
<input type="email" name="emailAddress" placeholder="email" class="email-octopus-email-address">
90+
<input type="email" id="email" name="emailAddress" placeholder="email" class="email-octopus-email-address">
9191
<button type="submit">subscribe</button>
9292
</div>
9393
<div class="email-octopus-form-row-hp" aria-hidden="true">

0 commit comments

Comments
 (0)