• Resolved perkojoe

    (@perkojoe)


    Hi
    I’m using the pro version of this plug-in and it’s really excellent.

    Is there an easy way to hide the event images when they’re displayed in a list/grid?

    I’d like to have events displayed in a single column but without the event image thumbnails so just the date / title / location is shown.

    Thanks in advance.

    Joe

Viewing 1 replies (of 1 total)
  • Plugin Author Xylus Themes

    (@xylus)

    Hello @perkojoe,

    Thanks for reaching out to us.
    You need to add custom css. please add below custom css.

    .iee_event .img_placeholder {
    display: none;
    }

    .iee_archive .archive-event .iee_event {
    height: 100px;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding event images’ is closed to new replies.