• Resolved robram11

    (@robram11)


    Hi,
    I would like to hide the Event Image. With many events, there is a better overview without images in specific views.

    Is there a possibility to hide the Image e.g. in the Cards or Masonry view?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author eventprime

    (@eventprime)

    Hello @robram11

    Thanks for using EventPrime. Easiest and quickest way to hide images in specific views is by modifying CSS properties. While this will not stop images from rendering, they will no longer be visible.

    For card view

    .em_card .em_event_cover {display:none}

    For Masonry view

    .em_masonry .em_event_cover {display:none}

    You can put the CSS code in EventPrime’s Global Settings -> Custom CSS section. Let me know if you need more help with this.

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Hide Event Image’ is closed to new replies.