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

doxwrx’s picture

Priority: Normal » Critical
doxwrx’s picture

Component: Code » Miscellaneous
doxwrx’s picture

OK, 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.