Content area background opacity

Posted in: Newsmag
Post count: 112

Hi guys,

A while back, I noticed that the content area on my site had returned to being fully white behind the content. I had chosen the themes “Travel” demo because I liked the fact that the content area was semi opaque.

I’ve tried to replicate this situation with the opacity in the CSS panel but it doesn’t seem to work.

Can you send me the code I need to reduce the content areas opacity and remind me where I have to put it in the theme panel

Many thanks

D

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css to add a transparency effect for page contest: http://screencast.com/t/dZCLjg5B0EBw

.td-container {
background-color: rgba(255, 255, 255, 0.77);
}

Thanks!

Post count: 112

Thanks Andrei.

Worked like a charm 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.