Setting style for subheadings in teaser listings
Sun, 22/03/2009 - 03:27
Paul Gillingwater

Joined: 05/03/2009
Posts:
I enabled the subheadings field in teaser lists. They appear, but the default font is larger than the headline. Which CSS style do I need to change the subheading size and font?
__________________
Follow me on http://www.twitter.com/ahbleza

Hi,
I think you mean subtitle field in story teasers?
Try something like
.node-teaser .field-field-subtitle { font-size: 1em; }
But I would suggest you try using something like Firefox with the Firebug plugin to inspect elements for their CSS styles. It's often not a simple answer because you have to deal with multiple styles.