Before you ask please READ THIS

Tranparancy in main content

in Photon Posts: 4
Is there any way to make the main content transparent ? like this ?

.formatter {
background-color: rgba(255, 255, 255, 0.1);
}

Thanks for help - Robert

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Have you tried? Just add your code to custom CSS and check result.

    With kind regards.
  • Posts: 4
    Yes, I have tried ... http://www.ritzl.net/wp01 ... no result ...

    Thanks for help - Robert
  • AirAir
    Posts: 10,970
    Cause color is in other div :-)

    Use this instead:

    .layout-parted .content-box{
    background-color: rgba(255, 255, 255, 0.1);
    }
    However it won't be readable with that transparency.

    With kind regards.
  • Posts: 4
    Thats it - thank you v m
    Robert
  • edited December 2015 Posts: 4
    I have the next tranparency problem. I want to make the sidebar tranparent (http://www.haidachhof.com/wellness3/) - I find it out with firebug, but when I set it in custom css - i does not work
    .layout-parted .content-box, .layout-parted #secondary {
    background-color: rgba(255, 255, 255, 0.8);
    }
    Thanks for help - Robert
    Post edited by Air on
  • AirAir
    Posts: 10,970
    Please check your custom CSS - you ate } right before code you pasted above. Fix it and it will work.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!