Skip to content

Instantly share code, notes, and snippets.

@codeiscode-dev
Last active April 3, 2018 10:42
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 codeiscode-dev/814f1bd386a3b6ec0b54afe79af9c70d to your computer and use it in GitHub Desktop.
Save codeiscode-dev/814f1bd386a3b6ec0b54afe79af9c70d to your computer and use it in GitHub Desktop.
One Off Course Type CSS Tricks
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content .content {
font-size: 18px;
}
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content>h1 {
font-size: 24px;
}
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content > iframe {
width: 100%;
}
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content .container-complete-course .complete-course {
font-size: 14px;
}
.wpep-wrapper .wpep-container .wpep-course-single.course-type-basic .course-primary-container .course-primary-content .container-complete-course .incomplete-course {
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment