Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #351144

    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

    #351331

    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

    #351428

    Great!! It is OK now. I value your excellent support

    #351439
    This reply has been marked as private.
    #351763

    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

    #351789
    This reply has been marked as private.
    #352011

    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

    #352059
    This reply has been marked as private.
    #352185
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Styling Calendar Widget of Events Organizer plugin’ is closed to new replies.