Event List Widget

Home Forums Calendar Products Events Calendar PRO Event List Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1624190
    casaloma
    Participant

    How can I keep the Events List Widget from changing the format on featured Events. I only want the color to show on the Calendar its self not the list. The Events list on the right sidebar should not show the purple featured event colorization.

    #1624689
    Courtney
    Member

    Hey there

    You can change out the background color and font color of the featured events, but it will not add the event date to those entries.

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
        background-color: #fff;
        color: #666;
    }
    .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-title a {
        color: #666 !important;
    }
    
    .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration {
        color: #666 !important;
    }
    
    

    If you’d like to get the dates to display, you can see our Themer’s Guide for a starting point on seeing this through further on your end.

    Otherwise, you could hide the dates and align all the events with this:

    .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
        background-color: #fff;
        color: #666;
            margin-left: -22px;
    }
    .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-title a {
        color: #666 !important;
    }
    
    .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration {
        color: #666 !important;
    }
    .tribe-mini-calendar-event .list-date  {
        display:none;
    }
    
    

    Let me know if either of these work for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1625518
    casaloma
    Participant

    Thank you Courtney for the effort, but that doesn’t seem to work for what we are trying to do. We just need for it to keep the formatting the same for all Events in the list so that they show the same as a non-featured event. As it shows in the picture. Hopefully someone might be of help, or maybe I’ll eventually figure out the proper CSS.

    #1625723
    Courtney
    Member

    Hey there

    If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    You can suggest it at http://tribe.uservoice.com.

    If you’d like to get this implemented and are up for hiring someone, see our guide Custom Development.

    Thanks
    Courtney ๐Ÿ™‚

    #1641621
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event List Widget’ is closed to new replies.