changing button colors
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Feb 2019 21:35:34 +0000 (16:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Feb 2019 21:35:34 +0000 (16:35 -0500)
css/app.css
scss/_blog.scss
scss/_sidebar.scss
sidebar.php

index 0a60964..960da12 100644 (file)
@@ -7991,13 +7991,14 @@ body #glm-member-front-header .glm-button.button {
 .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; }
@@ -8263,16 +8264,17 @@ a#calendar-link {
   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; }
index d8fad24..624ba05 100644 (file)
         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;
     }
 }
 
index 20f4309..eb1d78b 100644 (file)
@@ -218,16 +218,17 @@ a#calendar-link {
     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{
index 70164ea..9640492 100644 (file)
@@ -6,7 +6,9 @@
                                     <?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"); ?>