Hide the Icon Next to Gallery Names

Next to each of your gallery names is an icon of what looks like a photo with some folders behind it. If you would like to remove this icon, use the following code: Add the following code to your theme's Advanced CSS settings:

/* Hide the gallery name icon */
.sm-tiles-grid .sm-tiles-list .sm-tile-info .sm-tile-info-icon {
   display: none;
}

/* Move the gallery name text to the left, to replace where the icon was */
.sm-tiles-grid .sm-tile-info p {
  padding-left: 0px !important;
}

/* Remove the dog-ears from the folders block */
sm-tiles-info-over .sm-tile-info .sm-tile-info-icon{
  display:none;
}

Comments

  • Matt Pilsner

    on November 8, 2014

    This didn't work on folders or galleries for me. Is there an update to this?

  • trekarts

    on August 14, 2014

    Thank you Aaron for all your customisation work, this is the first I've used - Fantastic thank you!!

  • George Hsia

    on March 18, 2014

    I saw the opposite. Works on Gallery but not Folders. How do I do the same for folders?

  • Peter Lewando

    on March 3, 2014

    It removed them on Folders..... but not on Gallery ??

Powered by SmugMug Owner Log In