I'm helping a client add an events page to their 7.0 website. The template is Eamon Pasternak. I created a blank page and added a summary block for the calendar listings. The trouble that I am having is that when I add a "featured image" it uses the image as a thumbnail image within the summary block which is what I want to happen...but, once the event is clicked it pulls that same image as a giant banner image which I do not like. I do not want a banner image to appear on the event pages.
I've tried adding this to the CSS...
.collection-type-events.view-item .banner-thumbnail-wrapper {
visibility: hidden;
}
As well as this...
.view-item .banner-thumbnail-wrapper {
display: none;
}
But, neither of those do anything. Any suggestions will be appreciated!