Hello, on the following page
https://bluestarcottage.ca/index.php/calendar/monthcalendar/2021/7/- I would like to change the color of the calendar to #0064a0 instead of the default red. Is there a setting in "Cinfigurations" for this? I can't seem to locate it. Also, is there a setting to change to the background colour of an event? Currently, the title of the events are black with a grey background with a small outline of the event color. I would like the entire event to be the event color with the title in white. I've added the custom CSS but only part of it seems to be working when I add it to the Custom CSS.
/*
Document : jevcustom
Created on : 22-Apr-2013, 14:12:51
Author : Tony Partridge - GWE Systems Ltd
Description: To allow customisation of CSS Strings where they can never be lost.
Purpose of the stylesheet follows.
*/
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
background-color: #0064a0;
border: 1px solid #0064a0;
}
.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
color: #0064a0;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
background-color: #0064a0;
}
#jevents_body a.cal_titlelink {
background-color: #26b00e;
}
#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
font-size: 10px;
line-height: 14px;
font-weight: normal;
text-decoration: none;
color: #FFF;
display: block;
margin-bottom: 1px;
padding: 2px;
}
I've also attached a screenshot of what I would like to change.
Thank you in advance