• Resolved mlieb51

    (@mlieb51)


    Hello,

    Is it possible to use the widget and show only a list of events without making it clickable? Without the title being linked to the event page and without the “find out more” link ?

    Just a simple display?

    Thank you.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @mlieb51

    Thanks for using our plugin.
    Please use the custom CSS given below to get the simple display.

    .ectbe-evt-more-box {
        display: none !important;
    }

    .ectbe-evt-title {
    ????pointer-events: none !important;
    }

    Hope this helps.

    Thanks & Regards

    Thread Starter mlieb51

    (@mlieb51)

    I’m so sorry, I’m quite late to reply! I’ve just tried and it’s working jusf fine! Thank you so much for your help and support!

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple list of events without any link’ is closed to new replies.