Change Caption Link and Hover Color

By default the photo caption link and hover colors may not be set to the colors you would expect. If you would like greater control of the colors of the links in your photo captions, use the following code: Add the following CSS to your theme's Advanced CSS section:

/* Set the caption link color to orange */
.sm-tile-info a {
  color: #f36f21 !important;  
}

/* Set the caption hover color to white*/
.sm-tile-info a:hover {
  color: #FFFFFF !important;
}
Change colors as desired.

Comments

Powered by SmugMug Owner Log In