I’ve been attempting to the the colors set for the event calendar’s widget link, but I cannot get the text color or hover color to work. Please help.
https://evidenceofeternity.com/blog2/
Current css:
.tribe-events-widget-link {
background-color: #ffcc00;
text-align: center;
padding: 10px;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
text-shadow: none;
}
.tribe-events-widget-link .hover {
color: #000;
}
