How to correct event site background

  1. Go to Setup

  2. Feature Settings

  3. Digital Experiences

  4. All Sites

  5. On the National Events click on Builder -> This will open the Builder of the community.

  6. On the community builder you need to select LT Event

  7. Once you select it you need to go to click on Theme -> Click on the top right left of the arrow

  8. Select edit css

  9. Add this to the popup-

    .widgets-events.pfm-event-page-body.LTEEventPage{
    background-color: #FFFFFF !important;
    }