Skip to content

Instantly share code, notes, and snippets.

@codeiscode-dev
Last active April 3, 2018 10:40
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/94abf6d8b02467337e1a5ec45cd3eee9 to your computer and use it in GitHub Desktop.
Save codeiscode-dev/94abf6d8b02467337e1a5ec45cd3eee9 to your computer and use it in GitHub Desktop.
Standard Course Page CSS Tricks
.wpep-widget-area .wpep-widget .wpep-widget-wrapper h2 {
font-size: 14px;
}
.wpep-widget-area .wpep-widget {
background: #ffffff;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .bottom-content .contain-complete_lesson .complete-lesson {
font-size: 14px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content {
background: #ffffff;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content {
background: #ffffff;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content > p {
font-size: 18px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .standard-course-lessons>li.standard-course-lesson>a:hover {
width: 100px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .standard-course-lessons>li.standard-course-lesson>a>.title-lesson {
font-size: 14px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .bottom-content .standard-course-navigation li a {
font-size: 14px;
}
.wpep-widget-area .wpep-widget .wpep-widget-wrapper .standard-course-progress-widget .wpep-progress-bar {
height: 20px;
background: #545454;
}
.wpep-widget-area .wpep-widget .wpep-widget-wrapper .standard-course-progress-widget .wpep-progress-bar .wpep-progress-bar-inner {
height: 20px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .standard-course-index-section {
background: #ffffff;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .standard-course-index-section>h3>span {
font-size: 14px;
}
.wpep-widget-area .wpep-widget .wpep-widget-wrapper .standard-course-widget ul li p {
font-size: 12px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .standard-course-content {
font-size: 15px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content>h2 {
font-size: 24px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content>h2 {
font-size: 24px;
}
.wpep-wrapper .wpep-container .wpep-course-single .course-primary-container .course-primary-content .bottom-content .contain-complete_lesson .incomplete-lesson {
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment