By rpb161 on
Hey guys,
I just recently started with Drupal and am customizing a theme for myself which is going very well except for one minor problem. I want some of my blocks to have a different style other than using the theme for the default block. I'm not sure if I need to create a new file other than the defaultblock.tpl.php file and specify some commands in there or not (along with any other additional code that needs to be added to my page.tpl.php file). I'm not going to ramble here anymore, I'd rather answer questions than go on and on.
Thanks for all your help!
Comments
...
You can theme a specific block using this method. Or you can add a CSS class to individual blocks using the block class module, and then use CSS to customize one or more blocks. Or you can create a unique block template using the block theme module, and assign block themes to blocks independently, similar to this.
thanks! that worked well
thanks! that worked well