Viewing 1 replies (of 1 total)
  • I suggest adding the new background color to your theme css file. That prevents the plugin updates from overriding it. Plus, it’s probably inheriting the themes table background color anyway.

    Try this for your theme’s css.

    #aec-calendar table { background-color: #; }
    #aec-calendar table tbody tr:nth-child(2n) { background-color: #; }

    If your theme uses the pseudo nth-child for its tables, you may need to change that too.

Viewing 1 replies (of 1 total)
  • The topic ‘Sorry, i'm stupid.’ is closed to new replies.