Last active
August 29, 2015 14:16
-
-
Save rali14/884cc64ea20187327a37 to your computer and use it in GitHub Desktop.
[Listify] Remove comments from Gallery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.single-job_listing .mfp-content #comments { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will probably also need .comment-count {display: none;} too to hide the span overlay comment count on the gallery grid.