Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Tried to make the front page box transparent without any success..

    Can you clarify which box you’re trying to change? Usually Sela has a big featured image area with a box over the top of that, like this:
    https://selademo.wordpress.com/

    So they’re referring to the opacity of the box that’s over the featured image. But I don’t see a box like that on your site.

    Thread Starter rasmus10

    (@rasmus10)

    I mean the box where all the text is. I want to make in transparent so the bakground image is a little visible.
    I think its called the content area.

    Hi @rasmus10,

    Thanks — please trying using the following CSS:

    div.content-wrapper.without-featured-image {
          background-color: rgba(255, 255, 255, 0.6);
    }
    
    .site-content {
          background-color: none;
    }

    0.6 is the transparency value and that can be changed up or down until you find something suitable.

    Does that help?

    Thread Starter rasmus10

    (@rasmus10)

    No, it does not. I get this errormessage.
    Expected (<colour>) but found ‘none’.

    Can you try this?

    .site-content {
        background: rgba(255,255,255,.5);
    }

    This changes the content background for every page.

    Thread Starter rasmus10

    (@rasmus10)

    That worked great. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Transparency of Front Page Box Sela’ is closed to new replies.