• Resolved eddiepelser

    (@eddiepelser)


    The Calendar and popup work fine but when I go into EVENT DETAILS I get a black box which I want to edit if possible.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Eddy GT

    (@eddy1904)

    Your list view too ??

    Look at customizer -> the event calendar colors or insert in customizer custom css:

    .ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .ast-article-post {
      background-color: #fff !important;
    }
    Plugin Support tristan083

    (@tristan083)

    Hi @eddiepelser ,

    Thank you for reaching out, and I’m sorry to learn of the difficulties. This seems to have been caused by a CSS rule coming from your Astra theme.

    You can try @eddy1904 ‘s suggestion (Thank you, @eddy1904 !). Alternatively, you can append the following custom CSS snippet to your theme’s additional CSS section (Appearance -> Customizer -> Additional CSS) to target event posts.

    div.tribe_events, article.tribe_events {
    background-color: unset !important;
    }

    Please feel free to let me know how you go or if you have further questions/concerns.

    Thread Starter eddiepelser

    (@eddiepelser)

    Thank you @tristan083 and @eddy1904, the fix worked perfectly.

    Plugin Support tristan083

    (@tristan083)

    You’re welcome, @eddiepelser ! I’m glad to learn that worked.

    If you have some time to review, that would be amazing!
    https://www.ads-software.com/support/plugin/the-events-calendar/reviews/

    I’d be closing this thread, and please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event Detail Screen is Black’ is closed to new replies.