Skip to content

Instantly share code, notes, and snippets.

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 davewarfel/984e87ab9e2b8b13923bdf6fd2b344fa to your computer and use it in GitHub Desktop.
Save davewarfel/984e87ab9e2b8b13923bdf6fd2b344fa to your computer and use it in GitHub Desktop.
Change font-size of course description when using LearnDash's course grid add-on.
/**
* NOTE: Update the font-size value to your liking.
*
* These styles should be copied & pasted to a child theme or the "Additional CSS"
* area of the WordPress Customizer.
*
*/
/* Adjust font size of the course descriptions when
* using the Course Grid add-on.
*/
.ld_course_grid .thumbnail .caption .entry-content {
font-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment