From d8adc45a6ff547cd4e73bc3ddd2d31d73f21b662 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 1 Aug 2018 12:04:32 -0400 Subject: [PATCH] adding styles to the quiz page to make the links stand out --- content-single.php | 10 ++++++++-- footer.php | 21 ++++++++++++++++++++- header.php | 2 +- js/custom.js | 1 + 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/content-single.php b/content-single.php index 6c649ed..d776607 100644 --- a/content-single.php +++ b/content-single.php @@ -11,12 +11,18 @@ $post_date_class = ((!empty($post_date) && $post_date == ' ') || has_post_thumbn $lessons_page = get_post(369); $lesson_content = $lessons_page->post_content; ?> +
>
- - <?php echo esc_attr(get_the_title()); ?> + +
- \ No newline at end of file + + diff --git a/header.php b/header.php index f4b1044..e13f004 100644 --- a/header.php +++ b/header.php @@ -135,7 +135,7 @@ endif; ?>