.blog-feed-post p {
font-size: 0.8125rem; }
.blog-feed-post a.read-more {
- color: #FFFFFF;
- background: #E6E125;
+ color: #54BB54;
+ background: #16345B;
border-radius: 5px;
padding: 5px;
margin-top: 15px;
display: block;
- width: 145px; }
+ width: 145px;
+ text-align: center; }
.home-feed-post {
padding-bottom: 25px; }
position: absolute;
bottom: 0;
left: 70px;
- background-color: #E6E125;
+ background-color: #16345B;
box-shadow: 3px 3px 2px lightgrey;
text-align: center; }
.visitor-view-order a {
- color: white;
+ color: #54BB54;
font-family: arial;
font-style: normal;
font-size: 12px;
font-weight: bold;
- padding: 4px; }
+ padding: 4px;
+ text-align: center; }
.separator {
color: white; }
font-size: rem-calc(13);
}
a.read-more {
- color: $white;
- background: $revamp-yellow;
+ color: $revamp-green;
+ background: $revamp-blue;
border-radius: 5px;
padding: 5px;
margin-top: 15px;
display: block;
width: 145px;
+ text-align: center;
}
}
position: absolute;
bottom: 0;
left: 70px;
- background-color: $revamp-yellow;
+ background-color: $revamp-blue;
box-shadow: 3px 3px 2px lightgrey;
text-align: center;
a {
- color: white;
+ color: $revamp-green;
font-family: arial;
font-style: normal;
font-size: 12px;
font-weight: bold;
padding: 4px;
+ text-align: center;
}
}
.separator{
<?php //echo do_shortcode('[ai1ec view="stream" events_limit="3"]'); ?>
<?php $eventsPage = get_post(3035);?>
<?php if($eventsPage):?>
- <a id="calendar-link" href="<?php echo get_page_link($eventsPage->ID);?>"><img alt="View all events" src="<?php bloginfo('template_url'); ?>/assets/view-all-events-button.png"></a>
+ <a id="calendar-link" href="<?php echo get_page_link($eventsPage->ID);?>">
+ VIEW ALL EVENTS
+ </a>
<?php endif;?>
<div id="visitors-guide-wrapper">
<?php $visitorguidePage = get_page_by_path("visitors/visitors-guide-request"); ?>