Hi,

Sorry I don't quite understand how to add a class to a block to change the block-title background.

I've created a class in my css file as follows:

.block-title .black {
 background: #000000;
}

and then added .block-title .black to the block css configuration. No joy there .. and have tried other options as well.

Firebug now outputs:

nav id="block-menu-menu-about-amaa-awards" class="block block-menu .block-title .black block-odd block-count-4 block-region-sidebar-second" role="navigation">

Is this perhaps because the color.module is installed?

Would you be so kind to point me in the right direction, most appreciated :)

Comments

liliplanet’s picture

Status: Active » Closed (fixed)

got it fixed .. and did the following in css:

.block-inner-black {
 background-color:#000000;
}

added block-inner-black without the . in the block class.

thank you for this wonderful module!