Changing layout of events and also calendar color

Home Forums Calendar Products Events Calendar PRO Changing layout of events and also calendar color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1139999
    Joshua
    Participant

    I’ve been searching in the code for a way to eliminate the grey box below my events (see attached). http://www.sandbox.votepompeo.com/event/chautauqua-county-fair-parade/

    Also you’ve helped me in another thread swap the transparency in the calendar view to a solid background when you rollover the events. That worked for every day on the calendar but on Mondays. See this page: http://www.sandbox.votepompeo.com/events/

    #1140152
    Geoff B.
    Member

    Good evening Joshua and welcome back!

    Thank you for reaching out to us.

    I would love to help you with this topic.

    The CSS code to tweak is the following:

    .single-tribe_events .tribe-events-event-meta {
    background: #e4e2e6;
    }

    You could replace it by something like

    .single-tribe_events .tribe-events-event-meta {
    background: #fff;
    }

    As for the Monday tooltip still being transparent, I would suggest the following CSS rule

    #tribe-events-content.tribe-events-month .tribe-events-tooltip {
    background-color: #fff;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1146238
    Joshua
    Participant

    Sorry for my delayed response! This worked perfectly and my issue here is fixed.

    Thanks!

    -JW

    #1146315
    Geoff B.
    Member

    Good evening Joshua,

    I’m super stoked that this solved your issue!

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing layout of events and also calendar color’ is closed to new replies.