I am still trying to get the arrows to appear in the full calendar view.
#eventCalendar .fc-view-container tbody .fc-today{
}
-#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow{
+#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after {
content: "›";
font-weight: 700;
font-size: 200%;
top: -7%;
left: 3%;
+ display: block;
}
-#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow {
+#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after {
content: "‹";
font-weight: 700;
font-size: 200%;
top: -7%;
left: 3%;
+ display: block;
}
@media (max-width: 640px) and (min-width: 320px){
.view-select{