Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tobias-Conrad/b975de5a46b08f18b9e38dca08b36711 to your computer and use it in GitHub Desktop.
Save Tobias-Conrad/b975de5a46b08f18b9e38dca08b36711 to your computer and use it in GitHub Desktop.
Contact Form 7 Change font color of headers
h1 {
font-family: arial!important;
font-size: 100px!important;
font-weight: 700!important;
line-height: 1 em!important;
color: yellowgreen!important;
}
h2 {
font-family: arial!important;
font-size: 60px!important;
font-weight: 700!important;
line-height: 1em!important;
color: green!important;
}
h3 {
font-family: arial!important;
font-size: 36px!important;
font-weight: 700!important;
line-height: 1em!important;
color: brown!important;
text-align: center!important;
}
h4, h5, h6 {
font-family: arial!important;
font-size: 26px!important;
font-weight: 700!important;
line-height: 1em!important;
color: black!important;
text-align: center!important;
}
<h1>PIZZA IN</h1>
<h2>ORDER HERE</h2>
<h3>Delivered within 30 Minutes</h3>
<h4>Free soft drink from 25 $ (1L bottle)</h4>
<label> Your Email (required)
[email* your-email] </label>
<label> Your Order and Adress
[text your-message] </label>
[submit "Send"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment