
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.
Wallace Huo (霍建华) - For International Fans
on October 19, 2013I tried the codes on my board (which is www.wallacehuo.info/Links/Huajae-Studio ), but the codes didn't work.