Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active August 29, 2015 14:16
Show Gist options
  • Save rali14/884cc64ea20187327a37 to your computer and use it in GitHub Desktop.
Save rali14/884cc64ea20187327a37 to your computer and use it in GitHub Desktop.
[Listify] Remove comments from Gallery
.single-job_listing .mfp-content #comments {
display: none;
}
@lloydbirch
Copy link

You will probably also need .comment-count {display: none;} too to hide the span overlay comment count on the gallery grid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment