LearnPress Courses widget grid for elementor.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************** | |
* LearnPress Courses Grid | |
* By WP Academy.PK | |
**********************************/ | |
.wpac-learnpress-grid .widget-body { | |
text-align: center; | |
display: flex; | |
} | |
.wpac-learnpress-grid .widget-body .course-entry { | |
text-align: center; | |
flex: 1; | |
margin: 0 15px; | |
position: relative; | |
} | |
.wpac-learnpress-grid .widget-body .course-entry .course-title { | |
font-family: "Open Sans Condensed", Sans-serif; | |
text-transform: uppercase; | |
font-size: 20px; | |
font-weight: bold; | |
} | |
.wpac-learnpress-grid .widget-body .course-entry .course-meta-field:first-child { | |
position: absolute; | |
top: -7px; | |
left: -7px; | |
padding: 5px; | |
background: seagreen; | |
color: #ffffff; | |
line-height: 1; | |
border-radius: 2px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you
It was helpful
I changed
.wpac-learnpress-grid
to.archive-course-widget-outer
and it works right