Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active March 26, 2019 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessestu/f75a64278b045c4a46949323da88d5e4 to your computer and use it in GitHub Desktop.
Save jessestu/f75a64278b045c4a46949323da88d5e4 to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS changes the color of the captions on the sidebar gallery.
* 11442802-hc (jw)
*/
#media_gallery-9 .slideshow-slide-caption {
  color: #ff0;
  font-size: 14px;
  text-shadow: #222 1px 1px 2px;
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment