cd71b96b by Jeff Balicki

aaaa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 36e5b4f6
......@@ -14471,6 +14471,7 @@ figure.woocommerce-product-gallery__wrapper {
body {
font-family: "Poppins", sans-serif;
font-weight: 300;
}
@media only screen and (max-width: 600px) {
......@@ -16095,6 +16096,7 @@ label[for=quicksearch] {
text-align: center;
font-size: 18px;
line-height: 24px;
font-weight: 700;
}
.card .content .entry-content {
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){
ob_start();
$post = get_post($id);
$text = str_replace(']]>', ']]&gt;', apply_filters( 'the_content', strip_shortcodes($post->post_content)));
$text = str_replace('Program Overview', '', $text);
$excerpt_length = apply_filters( 'excerpt_length', 20 );
$text = wp_trim_words( $text, $excerpt_length, ' ...' );
$categories = get_the_terms( $id, 'ld_course_category' );
......
......@@ -2,6 +2,7 @@
body{
font-family: 'Poppins', sans-serif;
font-weight: 300;
}
@media only screen and (max-width: 600px) {
......
......@@ -212,6 +212,7 @@ label[for="quicksearch"] {
text-align: center;
font-size: 18px;
line-height: 24px;
font-weight: 700;
}
.entry-content {
text-align: center;
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0022
Version: 1.1.0023
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......