Hello I attach an image here with arrows, and my question is where to change color of these elements.
Best regards
Hello I attach an image here with arrows, and my question is where to change color of these elements.
Best regards
Hi there @user21789
You can change the color of the event type right in the settings. Just go to the Event Types section on the Events tab, select the needed event type and set the color:
As for changing the background color of the time element, this code will do the trick:
.eapp-events-calendar-time-component {
background-color: red;
}
Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
Cool thanks! one more thing… here the text on red bg how to change it?
This CSS code should help:
.eapp-events-calendar-time-icon {
fill: white;
}
.eapp-events-calendar-time-text {
color: white;
}
Thank you so much for fast response and solution!
No problem!
In the meantime, we’d like to invite you to join our new challenge, where you can win 3 FREE months for your subscription. Check the details and participate - March Challenge: Share your results with Elfsight & win 3 FREE months!