Comments 1Raquel started the conversationApril 25, 2021 at 7:13pmHi! Is there any way I could display an image in the list view? I know it opens when you click on it but it would be more appealing to users if I can use an image in the list itself. Thank you [deleted] repliedApril 27, 2021 at 11:02pmHi, Raquel!Sorry for the delayed response.It is possible to display the whole description, so in this case, the picture will be also visible. I'm afraid, it's the only solution at the moment.You can try the CSS below to see how it will work: .am-event > div:nth-child(2) { display: block !important; } Please add this CSS to the page with the Events list.Best Regards. Sign in to reply ...
Hi! Is there any way I could display an image in the list view? I know it opens when you click on it but it would be more appealing to users if I can use an image in the list itself.
Thank you
Hi, Raquel!
Sorry for the delayed response.
It is possible to display the whole description, so in this case, the picture will be also visible. I'm afraid, it's the only solution at the moment.
You can try the CSS below to see how it will work:
Please add this CSS to the page with the Events list.
Best Regards.