This Week Event Widget Styling

Home Forums Calendar Products Events Calendar PRO This Week Event Widget Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1054132
    Sean
    Participant

    Hi there. I’m trying to target only the first single event that appears in the This Week widget. I’ve tried the following, but I must not be using the correct classes, as it’s not having any effect. Can you please advise on what the correct classes are to target only the first single event listed for each day in the This Week widget?

    .tribe-this-week-widget-day-wrap+.tribe-this-week-event {
    	border-top: none;
    	margin-top: none;
    }
    #1054324
    Brook
    Participant

    Howdy Karly,

    It sounds like this is what you’re looking for:

    .tribe-this-week-widget-day-wrap .tribe-this-week-event:first-child {
    border-top: none;
    margin-top: none;
    }

    That work?

    Cheers!

    – Brook

    #1054761
    Sean
    Participant

    Thanks Brook! That works perfectly!

    #1054980
    Brook
    Participant

    Bueno! You’re welcome.

    • Brook
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘This Week Event Widget Styling’ is closed to new replies.