I need to add custom css to my modules which I have added to a block.
I am adding different modules to different blocks and want to change the look using css.
Can't I just add css to my theme?

Thanks

Comments

vm’s picture

yes you can add css to your themes stylesheet or use the drupal api in the case that you are building a module.

don't forget to clear the cache tables.

drnikki’s picture

Have you tried editing your theme's CSS to change the look of the blocks, yet? If that's not working how you want it, or you want a different solution, consider something like http://drupal.org/project/blocktheme that lets you theme your blocks specifically.