ProsePoint Express: hosted newspaper website content management software

Setting style for subheadings in teaser listings

1 reply [Last post]
Paul Gillingwater
Paul Gillingwater's picture
User offline. Last seen 1 year 14 weeks ago. Offline
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

beng
User offline. Last seen 6 days 16 hours ago. Offline
Joined: 27/02/2009
Posts:
Hi, I think you mean subtitle

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.