Active
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2013 at 22:15 UTC
Updated:
15 May 2013 at 22:15 UTC
Hi,
I'd like to be able to change the background colors of specific 'regions' - specifically region-three-33-first/second/third and to be able to add things to that block. However, when I try to use the style.custom.css with ether:
#region-three-33-first { background-color:#b1d550; }
#region-three-33-second { background-color:#5cb2ba; }
#region-three-33-third { background-color:#f7aa51; }
..nothing happens.
Similarly if I try to add blocks and theme the specific block using:
#block-block-2 { background-color:#b1d550; }
#block-block-3 { background-color:#5cb2ba; }
#block-block-4 { background-color:#f7aa51; }
Nothing happens. I'd really like the entire 'region' to be populated with the background color regardless of what block is enabled there.. eventually I think I'm going to simply put either an image linking to a node or something similar, so... any ideas?
Thanks