cd71b96b by Jeff Balicki

aaaa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 36e5b4f6
...@@ -14471,6 +14471,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14471,6 +14471,7 @@ figure.woocommerce-product-gallery__wrapper {
14471 14471
14472 body { 14472 body {
14473 font-family: "Poppins", sans-serif; 14473 font-family: "Poppins", sans-serif;
14474 font-weight: 300;
14474 } 14475 }
14475 14476
14476 @media only screen and (max-width: 600px) { 14477 @media only screen and (max-width: 600px) {
...@@ -16095,6 +16096,7 @@ label[for=quicksearch] { ...@@ -16095,6 +16096,7 @@ label[for=quicksearch] {
16095 text-align: center; 16096 text-align: center;
16096 font-size: 18px; 16097 font-size: 18px;
16097 line-height: 24px; 16098 line-height: 24px;
16099 font-weight: 700;
16098 } 16100 }
16099 .card .content .entry-content { 16101 .card .content .entry-content {
16100 text-align: center; 16102 text-align: center;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -95,6 +95,7 @@ function course_card($id){ ...@@ -95,6 +95,7 @@ function course_card($id){
95 ob_start(); 95 ob_start();
96 $post = get_post($id); 96 $post = get_post($id);
97 $text = str_replace(']]>', ']]&gt;', apply_filters( 'the_content', strip_shortcodes($post->post_content))); 97 $text = str_replace(']]>', ']]&gt;', apply_filters( 'the_content', strip_shortcodes($post->post_content)));
98 $text = str_replace('Program Overview', '', $text);
98 $excerpt_length = apply_filters( 'excerpt_length', 20 ); 99 $excerpt_length = apply_filters( 'excerpt_length', 20 );
99 $text = wp_trim_words( $text, $excerpt_length, ' ...' ); 100 $text = wp_trim_words( $text, $excerpt_length, ' ...' );
100 $categories = get_the_terms( $id, 'ld_course_category' ); 101 $categories = get_the_terms( $id, 'ld_course_category' );
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 2
3 body{ 3 body{
4 font-family: 'Poppins', sans-serif; 4 font-family: 'Poppins', sans-serif;
5 font-weight: 300;
5 6
6 } 7 }
7 @media only screen and (max-width: 600px) { 8 @media only screen and (max-width: 600px) {
......
...@@ -212,6 +212,7 @@ label[for="quicksearch"] { ...@@ -212,6 +212,7 @@ label[for="quicksearch"] {
212 text-align: center; 212 text-align: center;
213 font-size: 18px; 213 font-size: 18px;
214 line-height: 24px; 214 line-height: 24px;
215 font-weight: 700;
215 } 216 }
216 .entry-content { 217 .entry-content {
217 text-align: center; 218 text-align: center;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0022 8 Version: 1.1.0023
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......