Hello, I’m trying to figure out how to change some colors in the calendar widget…
I’m trying to change the white to a light cream. For example, I tried…
.tribe-mini-calendar-month{
color:#e8d8ad;
}
for the month in the nav bar. I also need to change the right and left arrows.
I need to change the current date from gray to terra cotta and the white number to light cream.
I want to change all the other numbers to a darker color, too.
I’ve been using the inspector to get the css, but can’t figure it out on these ones.