Closed (fixed)
Project:
Block Class
Version:
7.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 04:58 UTC
Updated:
13 Mar 2012 at 09:37 UTC
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
Comment #1
liliplanet commentedgot it fixed .. and did the following in css:
added
block-inner-blackwithout the . in the block class.thank you for this wonderful module!