Home › Forums › Calendar Products › Events Calendar PRO › Event List Widget
- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by
Courtney.
-
AuthorPosts
-
September 18, 2018 at 7:33 am #1624190
casaloma
ParticipantHow 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.
September 18, 2018 at 11:44 am #1624689Courtney
MemberHey 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 ๐September 19, 2018 at 9:50 am #1625518casaloma
ParticipantThank 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.
September 19, 2018 at 12:33 pm #1625723Courtney
MemberHey 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 ๐October 11, 2018 at 9:35 am #1641621Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Event List Widget’ is closed to new replies.
