• Resolved trde

    (@trde)


    Hi, I trying to remove link to single event but cant’t figure how to make it :/ I’am using calendar only for 2 recurrent event nothing more. I don’t need link to more about event page. How to remove linking in month and agenda view?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @trde,

    In the Agenda View, you can hide the Read More button using custom CSS:

    #ai1ec-container .ai1ec-read-more {
    display:none;
    }

    Copy and paste the custom CSS code above under Appearance > Editor > your theme’s CSS file > then Save the file.

    Thread Starter trde

    (@trde)

    OK but how to do it in month view? I trying to find php file where link is located to change this PHP line by removing some code.

    Hi @trde,

    Sorry, there isn’t a way to do it in month view unfortunately.

    Thread Starter trde

    (@trde)

    O.o

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove link to EVENT’ is closed to new replies.