Lines Added to Calendar after Updating

Home Forums Calendar Products Events Calendar PRO Lines Added to Calendar after Updating

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1208802
    wilmingtoncollege
    Participant

    After updating (EC 4.3.5 / ECP 4.3.4) there are now small lines on my calendar separating events. As you will see by the before & after attachments, this was not like this prior to the update. Is there a simple way to fix this?

    #1209048
    Geoff B.
    Member

    Good afternoon Gary and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Is there a simple way to fix this?

    Absolutely.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .type-tribe_events {
    border-bottom: none;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1209055
    wilmingtoncollege
    Participant

    Thanks for the quick reply, Geoff, but this did not work…

    #1209502
    Geoff B.
    Member

    Good morning Gary,

    I’m sorry to hear this did not work.
    Could you add the same rule again, but with the !important argument ?

    .type-tribe_events {
    border-bottom: none !important;
    }

    Also, if the rule does not work, could you please leave it in place nevertheless ?

    Best regards,

    Geoff B.

    #1213355
    wilmingtoncollege
    Participant

    Hey Geoff, hope you had a good holiday. Just added that latest line to my staging site and the lines remain.

    #1213575
    Geoff B.
    Member

    Good evening Gary,

    Thank you for writing back,

    I must say this is really unexpected.
    With that in mind, I went ahead and took a look at your site (I do not have the URL for your staging website) and could not find the rule I suggested in your CSS for some reason.

    I do have an alternate rule to suggest

    .tribe-events-calendar div[id*=tribe-events-event-] {
    border-bottom: none !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1224430
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Lines Added to Calendar after Updating’ is closed to new replies.