Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jFlatz

    (@jflatz)

    Didn’t remove the link but made it un-clickable.

    .ai1ec-load-view {
    pointer-events: none;
    }

    There has to be a better way to do this.

    Hello,

    Thanks for sharing your workaround.
    I will keep you posted, If I find a better solution.

    Take Care

    This is better done in javascript, add this to your theme

    jQuery( 'a.ai1ec-date-title' ).each( function() {
      jQuery( this ).removeAttr( 'href' );
    } );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Agenda view – Remove link to oneday’ is closed to new replies.