Skip to content

Instantly share code, notes, and snippets.

@cjkoepke
Last active August 29, 2015 14:05
Show Gist options
  • Save cjkoepke/cecdf82f8e75eb08b294 to your computer and use it in GitHub Desktop.
Save cjkoepke/cecdf82f8e75eb08b294 to your computer and use it in GitHub Desktop.
CSS selector for styling author comments in the Genesis Framework.
/*
Style author comments using these Genesis Markup selectors.
Author: Calvin Koepke
Link: http://calvinkoepke.com/style-author-comments-correctly-genesis/
*/
.comment-list .children > .bypostauthor > article {
background: #fff;
border: 0;
border-right: 5px solid #39C9A8;
padding: 25px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment