diff --git a/enfold-cille/functions.php b/enfold-cille/functions.php index 6372bc0..c171da6 100644 --- a/enfold-cille/functions.php +++ b/enfold-cille/functions.php @@ -591,10 +591,10 @@ register_sidebar( array( 'name' => 'Displayed After Loop', 'id' => 'after-loop', 'description' => '', - 'before_widget' => '', - 'after_widget' => '', - 'before_title' => '

', - 'after_title' => '

', + 'before_widget' => '
', + 'after_widget' => '
', + 'before_title' => '
', + 'after_title' => '
', ) ); add_action( 'loop_end', 'wp_content_after_loop' ); function wp_content_after_loop( $query ) { diff --git a/enfold-cille/style.css b/enfold-cille/style.css index 18d9dd4..3086769 100644 --- a/enfold-cille/style.css +++ b/enfold-cille/style.css @@ -350,6 +350,21 @@ article.type-quote .entry-content-wrapper p { text-align: left; color: #999999 !important; } +.quotes-after-loop h5 { + margin-bottom: 1em; +} +.quotes-after-loop ul { + margin: 0 0 1em; +} +.quotes-after-loop li.quote { + margin: 1.2em 0 .6em; +} +.quotes-after-loop .quote-text p { + color: #aaa; +} +.quotes-after-loop .quote-author a { + color: #797979; +} /* EXIF info */ p.exif > span > span { font-weight: 700;