Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @mattgerg,

    Thanks for bringing this to our attention – we will investigate this bug behavior and get a fix for it out if possible. The Twenty Fifteen theme has proven a tough theme to ensure complete compatibility with!

    For now, you should be able to fix this by adding custom CSS like the following to your site:

    .single-tribe_events .tribe-events-event-meta {
        background: none !important;
    }

    If you don’t like the border that remains even after that code, add border: none; to that code like this:

    .single-tribe_events .tribe-events-event-meta {
        background: none !important;
        border: none !important;
    }

    I hope this helps!

    Thread Starter mattgerg

    (@mattgerg)

    Thanks @momnt!

    Your workaround did the trick.

    Will this item be opened as an official bug report where I can track its status? I’d like to move back to an out-of-the-box Twenty Fifteen CSS once it has been resolved.

    Thanks!

    Barry

    (@barryhughes-1)

    We’d don’t have a publicly accessible issue tracker, I’m afraid – it’s currently a system for our internal use only.

    Our changelog (which you can access when you next update via WP’s plugin update admin UI) should detail when this fix has been made, though 🙂

    Thread Starter mattgerg

    (@mattgerg)

    Also experiencing the same issue on the “All Events” page. Any chance you could provide CSS to fix this page as well?

    http://www.tmatw.com/events/

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event Details — Twenty Fifteen (Dark) — Uses Light Background Color’ is closed to new replies.