Hi

Searched high and low for this but don't think answers out there are targeted to this specific question.

Have 2 panel layout types, a 2 column and 2 column stacked.

Want the H1 in the 2 column to look one way and the H1 in the 2 column stacked to look another way.

How do I do this? I see that Panels pulls from the page.tpl.php so if you style the H1 there it gives that same H1 appearance to any panels page you choose. So how do you style different looking H1s based on the layout you choose? Thanks!

Comments

archi’s picture

Kindly go through below url, It might help you.
http://drupal.org/node/495654

Also try taking parent class/id name of that panel and assign css to the H1 tag.

e.g :
#panel h1{color:#424242}