Hiding by-line info in Drupal Gardens and Drupal 7
This is how to hide the by-line information on content types, and also hide the username's blog link using the Advanced tab in the ThemeBuilder of Drupal Gardens. This is the code I used:
ul.links li.blog_usernames_blog {
display:none;
}




