display: inline-block;
width: 100%; }
#blog-posts-over article p {
- padding-bottom: 15px; }
+ padding-bottom: 15px;
+ font-size: 14px; }
#blog-posts-over article a.read-more {
color: #FFFFFF;
background: #ffc742;
margin-bottom: 0;
color: #690433;
font-family: "Open Sans";
- font-size: 1.875rem;
+ font-size: 1.375rem;
text-transform: uppercase; }
#blog-posts-over article .entry-header .entry-title a {
font-family: "Open Sans";
font-style: normal; }
#blog-posts-over article .entry-header .meta.date {
- font-size: 13px;
- font-weight: bold; }
+ font-size: 0.75rem;
+ color: #939598;
+ margin: 0 0 12px; }
#blog-posts-over.ai1ec-post article {
/*background-color: rgba(255, 140,140, 0.2);*/
<!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
<!-- This could be wrapped in php tags and be functional,
but it is easier to change this in admin side-->
- <footer class="entry-meta small-12 medium-6 medium-push-3 center">
- <?php $post_categories = wp_get_post_categories( get_the_ID() );
- $cats = array();
- echo 'This entry was posted ';
- if (has_category()) {
- echo 'in';
- foreach($post_categories as $c){
- $cat = get_category( $c );
- $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
- echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
- }
- echo '.';
- }
- ?>
- </footer>
+<!-- <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+ <?php // $post_categories = wp_get_post_categories( get_the_ID() );
+// $cats = array();
+// echo 'This entry was posted ';
+// if (has_category()) {
+// echo 'in';
+// foreach($post_categories as $c){
+// $cat = get_category( $c );
+// $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
+// echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
+// }
+// echo '.';
+// }
+// ?>
+ </footer>-->
</article>
</div>
</div>
width: 100%;
p {
padding-bottom: 15px;
+ font-size: 14px;
}
a.read-more {
color: $white;
margin-bottom: 0;
color: $maroon;
font-family: "Open Sans";
- font-size: rem-calc(30);
+ font-size: rem-calc(22);
text-transform: uppercase;
a {
font-family: "Open Sans";
}
}
.meta.date {
- font-size: 13px;
- font-weight: bold;
- }
+ font-size: 0.75rem;
+ color: #939598;
+ margin: 0 0 12px;
+ }
}
}
#blog-posts-over.ai1ec-post article {