I think I'm making progress. I have something displaying at least. I did a bit more styling to allow it to look right.
}
#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after {
- content: "›";
+ 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: "‹";
+ 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{