I think I'm close
authorIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 15:05:47 +0000 (11:05 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 15:05:47 +0000 (11:05 -0400)
I think I'm making progress.  I have something displaying at least.  I did a bit more styling to allow it to look right.

css/front.css

index 87c304b..edadde1 100755 (executable)
@@ -368,20 +368,22 @@ a.fc-time-grid-event.fc-v-event {
 
 }
 #eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after {
-    content: "&rsaquo;";
+    content: ">";
     font-weight: 700;
     font-size: 200%;
     top: -7%;
     left: 3%;
     display: block;
+    color: black;
 }
 #eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after {
-    content: "&lsaquo;";
+    content: "<";
     font-weight: 700;
     font-size: 200%;
     top: -7%;
     left: 3%;
     display: block;
+    color: black;
 }
 @media (max-width: 640px) and (min-width: 320px){
     .view-select{