Remove the Comments Section
If you would like to remove the Comments section from the SmugMug gallery layout, use the following code.
Add the following CSS to your theme's Advanced CSS section:
/* Remove the comments section */
.sm-gallery-smugmug .sm-gallery-comments-container {
display: none;
}
Comments