• rocketman69

    (@rocketman69)


    In upgrading my site to latest twentyten version the inner background area (light blue area containing header, body, test boxes, menus and footer) is no longer transparent so the background image does not show thru as it used to. I have the Styles plugin active and also to the latest version.
    Before I was able to use the following code at the bottom of the style.css

    `/* code I added for formatting site */
    /* rgba(195, 195, 195, 0.2) */

    #container {
    background: transparent;
    }

    #content {
    background: rgba(84, 184,194, 0.2);
    }

    #primary,
    #secondary {
    background: transparent;
    }

    .widget {
    background: transparent;
    }

    any help with getting the inner area background and everything it contains to be transparent again would be helpful.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘inner area transparency’ is closed to new replies.