Skip to content

Instantly share code, notes, and snippets.

View Tobias-Conrad's full-sized avatar

Tobias Conrad Tobias-Conrad

View GitHub Profile
@Tobias-Conrad
Tobias-Conrad / CF7 Form Example: Paste in CF7 form.txt
Last active July 25, 2020 15:44
Contact form 7 fields columns 2 (CF7 WOW Styler)
<div class="cf7-clear-fix">
<div id="cf7-left-css-column">First name[text first-name] Email [email* your-email]</div>
<div id="cf7-right-css-column">Last Name[text last-name] Phone [text your-phone]</div>
</div>
How Did You Find Us?[text text-find-us]
Subject [text* your-subject]
Message [textarea* your-message]
[submit "Send"]
@Tobias-Conrad
Tobias-Conrad / Custom CSS Code style header 1-4 individual
Last active July 26, 2020 11:32
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;