Remove image caption on teaser

How do I remove the image caption from the teaser like on the front page. When I create node views the caption is in both the teaser and full content. I just want the caption on full node not the teaser.

Thanks

Tags:
Rob D.'s picture
Offline
Joined: 04/09/2008

That shouldn't be happening - can I take a look at the site to see what's happening?

It should be switched off by the following CSS on line 732 of the stylesheet:

.teaser h5.description {
display:none;
}

So I guess the .teaser class isn't being called since the info is being displayed by views. You could try adding this to the stylesheet:

.view-list h5.description {
display:none;
}

Support hours: 9AM - 5PM EST, Mon - Fri

Follow us on: