Okay
  Public Ticket #1145002
Google maps has white background
Closed

Comments

  • davidlask started the conversation

    Currently the section for an event, the area that shows the Google map, has a white background.  I need to change that to black or transparent.  Currently with the white, you can't see the event details on the Google maps area of the event

  • davidlask replied

    Figured out how to fix it.  In the tribe-events-full.min.css file ( /wp-content/plugins/the-events-calendar/src/resources/css ) Look for:

    .single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}

    Then remove background:#fafafa;

    Now it should look like this:

    .single-tribe_events .tribe-events-event-meta{border:1px solid #eee;margin:30px 0}

  • [deleted] replied

    I'm glad that you could fix it.