Hi,
the “+ more” text is small and off centre on my event calendar page (see the link attached)
how can I make it slightly larger and centered underneath the date number
Jan 6,2017 AT 12:08PM - 5 years ago -add this to your myeventon>>>styles
.eventon_fc_days .evo_fc_day.has_events span b {
color: #969696;
display: inline-block;
font-family: arial;
font-size: 12px;
font-weight: normal;
margin: -12px 1px;
text-transform: none;
}
.eventon_fc_days .evo_fc_day.has_events span i {
background-color: #969696;
border-radius: 50%;
display: inline-block;
height: 5px;
margin: 0 1px;
width: 5px;
}
the color I used color: #969696; is the same as the number color- you can play around with whatever color you are after by changing it to what you want- the current color was blending too much into the background