I've create a view with a few field types node title, body, post day...I'd like to add some attributes to the node title. Basically I want to increase the font and/or bold the title...something to make it stand out more. What is the best way to go about doing this?

Comments

nicolaik’s picture

nevermind...figured it out

nevets’s picture

I would suggest looking at the generated html and classes attached (firebug a Firefox extension is useful for this) that surround the title text. You can then apply css to the class in your themes style.css file that add the desired attributes.