Active
Project:
Danland
Version:
7.x-1.0-rc2
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2012 at 12:28 UTC
Updated:
13 Jan 2012 at 22:38 UTC
I would like to add blocks to the sidebar with no background color etc.
I have tried using the css info from a previous post (using the #block-block-1) with no luck .
I am using Drupal 7. How can this be done. Thanks. Thanks, Doc
Comments
Comment #1
doxwrx commentedComment #2
doxwrx commentedComment #3
doxwrx commentedOK, I figured it out...using CSS and #block-block-1.
#block-block-1 {
background-color:transparent;
border:none;
}
The first time I had background-color:none; ... I guess that doesn't work.