I'd like to add a class to the title (H1) of a view, so that a specific style could be applied. This is Drupal 6 with a Zen subtheme.
Thanks
|
|
|
If you're using Views 3, you should be able to click on Style Settings on the field, Customize field HTML. From there, you can set
|
||||
|
|
|
|||
|
In the view rewrite the output of title as
then u can do the styling properties for this H1 in your CSS file easily. |
|||
|
|