$lessons_page = get_post(369);
$lesson_content = $lessons_page->post_content;
?>
+<style>
+ #quiz-heading {
+ background-color: #3A8BB6;
+ color: white;
+ }
+</style>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if(has_post_thumbnail()) : ?>
<div class="entry-thumb">
- <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'blog-header' ); ?>
- <img src="<?php echo esc_url($image[0]); ?>" alt="<?php echo esc_attr(get_the_title()); ?>">
+ <?php //$image = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'blog-header' ); ?>
+ <!-- <img src="<?php //echo esc_url($image[0]); ?>" alt="<?php //echo esc_attr(get_the_title()); ?>"> -->
</div>
<?php endif;
$class = ($pt === 'sfwd-courses') ? 'cmvl-title' : "basic-title";
})(XMLHttpRequest.prototype.open);
</script>
</body>
-</html>
\ No newline at end of file
+<style>
+
+ html body #learndash_quizzes #quiz_heading {
+ background-color: #3A8BB6;
+ color: white;
+ font-size: 18px;
+ }
+ html body #learndash_quizzes #quiz_heading span:first-child{
+ padding: 4px;
+ border: 1px solid white;
+ border-radius: 3px;
+ position: relative;
+ }
+ html body #learndash_quizzes #quiz_heading span:first-child::after{
+ content: '\25bc';
+ position: absolute;
+ right: -25px;
+ }
+</style>
+</html>
endif;
?>
<?php if(!is_front_page()){
- glm_get_header();
+ //glm_get_header();
} ?>
<div id="content" class="site-content <?php echo esc_attr($content_class); ?>">
<?php
if(window.page === "login"){
$("#modal-login").remove();
}
+ $(".flippable").trigger("click");
// if(window.post_type === "sfwd-lessons"){
// $("#learndash_mark_complete_button").css("display", "none");
// }