Please, the Events Calendar widget on the sidebar of my pages is having the following issues
1. The cells with events are not showing any color before Enfold theme is masking the color of events; so, by looking at the calendar widget, someone may not know that there are events on 12th to 14th November and on 21st November. Please, kindly assist with the CSS code that will resolve this issue
Thank you
Hi emin!
Please add following code to Quick CSS and adjust as needed
.sidebar td.event { background-color: orange; }
.sidebar td.event a { color: white; }
Best regards,
Yigit
Great!! It is OK now. I value your excellent support
Hi!
You can use this on Quick CSS:
.main_color .eo_widget_calendar tr:nth-child(even) {
background: red;
}
.main_color .eo_widget_calendar tr:nth-child(odd) {
background: blue;
}
Regards,
Ismael
Hi!
Glad it is working. I’ve seen some of your inquiries but your website is not loading. I also noticed that you’ve been posting a lot of customization inquiries for the past few weeks. Our support covers basic theme modification and theme related issues and some of your requests falls beyond these scopes. We recommend that you consult a freelance developer or visit Envato Studio or Werkpress for further modifications.
Cheers!
Ismael