Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created April 5, 2014 14:41
Show Gist options
  • Save cliffordp/9992859 to your computer and use it in GitHub Desktop.
Save cliffordp/9992859 to your computer and use it in GitHub Desktop.
Override display of DMS 2 non-legacy PostLoop: hide .metahead and center featured images
#site .pl-new-loop {
.metahead { //author info
display:none;
}
.hentry {
&.post,
&.multi-post {
padding-left: 0px; //override 100px since hiding .metahead
}
.metamedia { //featured images on archive and single post displays
text-align:center;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment