Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2009 at 06:19 UTC
Updated:
20 Nov 2015 at 00:06 UTC
Jump to comment: Most recent
Comments
Comment #1
betoaveigaI don't know the theme but using IDs you can change the block's background color.
Let's think that you have a block like this:
Using the id in your .css file you can change it's color or any other property. Wisely most of the Drupal themes manage ID's for every block, so you change particular properties using the id selector.
And that's it!
Comment #2
newtodrupal21 commentedThank you very much for your suggestion.
Will try out your solution.
Comment #3
jeremycaldwell commentedComment #4
newtodrupal21 commentedComment #5
CowTownFarmBoy commentedBeto - This is still very helpful.