Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346728

    Hello, I am using the recommended Events Calendar plugin for which I know there is a custom template. My issue is very simple, most of my event pictures are vertically oriented (like an event poster) whereas the featured image is horizontally oriented. I would like to be able to optionally adjust this so that I can either display the full poster image or selectively hide that featured image from display so I can place it within the content instead.

    Ideally this would be done through a child theme so I can preserve the changes. For reference I am including a link bellow.

    #347213

    Hi momon!

    If you want to do it selectively then when editing your event switch to the Text editor and add this to the bottom,

    <style type = "text/css">
    .tribe-events-event-image img { display: none !important; }
    </style>

    And you can then add your own into the content.

    Best regards,
    Elliott

    #347503

    Nice tip, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event calendar featured image’ is closed to new replies.