Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Modifying the Genesis 2.0 Comment Box
/* Comment Form Stuff */
#respond .comment-policy-box { border:1px solid #ddd; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;
margin:30px auto 30px auto; padding:10px 10px 0 10px;
}
#respond p.comment-policy {margin:0; padding:3px 3px 10px 3px;}
#respond p.form-submit {margin:10px 0 10px 0;}
#respond .commentauthorinput,
#respond .commentemailinput,
#respond .commenttextinput { font-family: Georgia, serif; font-size: 14px; font-style: italic; color: #949494; }
#respond input[type="submit"] {padding:20px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment