• I have a background image that I would like to appear for the entire home page in a one column twenty eleven theme. As it stands, the background appears around the column but the center column background is white. Can I make it transparent?

Viewing 1 replies (of 1 total)
  • Try adding this rule to your background style. You would have to find the parent div and target it.

    Example:

    #main-content {
    background:transparent url('myGreatBackgroundImage.jpg');
    }

Viewing 1 replies (of 1 total)
  • The topic ‘transparent background possible?’ is closed to new replies.