Theming Drupal Panels
Posted
by stef
on Stack Overflow
See other posts from Stack Overflow
or by stef
Published on 2009-09-15T09:14:29Z
Indexed on
2010/04/07
15:03 UTC
Read the original article
Hit count: 501
I created a homepage layout using Panels 3, mostly of blocks created by Views.
Now I'd like to apply the visual look and feel as it was designed & sliced. Panels adds an serious amount of divs to its markup. I dont necessarily need to remove this but I do need to add certain classes, id's and change some of the tags used in its markup.
What is the best way to go about this?
© Stack Overflow or respective owner