By wallbay1 on
Hi I am not a good coder,
Is there a module that can make customized block color on blocks?
example : you create a block >>>>then there is maybe a field (like garland) where you can modify header color, background color even link color of the block.
Man a module like that would be great.
also do you know if someone is doing design work for drupal that can matche these guys in joomla http://demo.rockettheme.com/
Comments
style.css
Hey wallbay1,
This would best be accomplished in your style.css, but it does involve coding (but only a little bit).
For example:
Or, use a hex color.
Blessings!
-NP
Thank you very much
Thank you very much
do you know if there is way
do you know if there is way to give different color to different block?
Despends on your class or ID
Hey wallbay1,
Your theming of the blocks will cascade depending on how you name your class (or ID).
For example,
will apply to all blocks.
However,
or
will only apply to the specific block mentioned.
You can easily assign different colors to different blocks by assigning a unique color to each in your style.css.
Blessings!
-NP