Line between events in list view

Home Forums Calendar Products Events Calendar PRO Line between events in list view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1631025
    iankmacpherson
    Participant

    HI

    I would like to add a line between events in a list view
    How do I go about doing so?

    #1632557
    Courtney
    Member

    Hi Ian

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

    .tribe-events-list .type-tribe_events {
         border-bottom: .2rem solid !important;
        border-bottom-color:#000 !important;
    }
    
    

    You can adjust the numbers to fit your needs, but this should get you close to where you want.

    Thanks
    Courtney 🙂

    #1645749
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Line between events in list view’ is closed to new replies.