Event Background

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14188
    Mresendes
    Member

    I need the event background to be black to match the website. Its currently white and you cannot see the text. Can you please tell me what CSS I need to put in in order to make the background black.

    Thank you for your help!

    Please see attached image

    #14190
    Mresendes
    Member

    The main event tab is in need of the same thing as well. I need to change the backgrounds to black as well. Please see attached.

    Thank you again!

    #14199
    Veena
    Moderator

    You can use the below custom CSS –

    .single-tribe_events .tribe-events-event-meta {
      background: #000;
      border: 1px solid #eee;
    }
    #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
      background: #000;
    }
    span.tribe-events-list-separator-month span {
      background: #000;
    }
    .tribe-events-list .tribe-events-event-cost span {
      background: #000;
      border: 1px solid #ddd;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.