• I’m trying to set the background opacity for the content area of this theme.
    I’ve already change the .site-inner .wrap, .entry and .entry-comments classes and the sidebar background is at 90% opacity but the actual page content is still a solid white.

    So how do I set the opacity for the actual page/post background?

Viewing 3 replies - 1 through 3 (of 3 total)
  • This CSS works for me.

    .site-inner .wrap {
        opacity: 0.7;
    }

    Also, make sure you use the latest version

    Thread Starter Brsaum

    (@brsaum)

    This CSS works for me.
    .site-inner .wrap {
    opacity: 0.7;
    }
    Also, make sure you use the latest version

    In my original post I stated that I had already set the .site-inner .wrap to 90% but that actual page/post content is still on a solid white background.

    Can you post your site url?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Opacity’ is closed to new replies.