Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created March 22, 2013 17:53
Show Gist options
  • Save tdominey/5223351 to your computer and use it in GitHub Desktop.
Save tdominey/5223351 to your computer and use it in GitHub Desktop.
Hide content titles/captions in Regale
#content-caption h2 {
display:none;
}
/* or to hide the whole thing, uncomment: */
/*
#content-caption {
display:none;
}
*/
@Hurmeli
Copy link

Hurmeli commented Mar 22, 2013

Perhaps it's down to which theme you use, but I ended up just using:

.img-caption {
display: none !important;
}

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