• Resolved hzhenk

    (@hzhenk)


    I would like to make parts transparent.

    Website https://henkmassink.nl/fd/basic-formula-discharge/

    The blue part is a table with a background color, it would be nice if the remaining part of the post could be transparent, showing the background picture.

    Probably I should change the css file.
    I already added
    .post_container {
    opacity: .5;
    }

    But this did not change anything.

    Anybody a suggestion?

    greetings
    Henk Massink

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bj?rn

    (@bjornsennbrink)

    The rest of the post, is white right now, and that is because the wrapper background color is white. Change that background color to transparent to keep the blue for the table and have the rest of the post (and everything within wrapper div) with a transparent bg.

    Thread Starter hzhenk

    (@hzhenk)

    Bjorn, thanks all lot.

    #wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    margin: 20px auto;
    padding: 0 20px 20px;
    position: relative;
    }

    And then change #fff to transparent.

    Thread Starter hzhenk

    (@hzhenk)

    Solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make post transparent?’ is closed to new replies.