Opacity effects

Posted in: Newsmag
Post count: 2

I’ve been through everything, and I still can’t get the newsmag blocks to obtain a transparent background. Adjusting the transparency to .01 yields a white background.

Thank you!
Blake.

Post count: 6535

Hi

I am not sure what you mean so please provide more details about what you’re trying to do and maybe I can provide a solution.

Thanks!

Post count: 2

Sure thing!

On my home screen, I’m wanting the space in-between posting squares to become about maybe 30% transparent dark gray, because I ultimately want to have a large, dimmed-out picture parallax in the background.

The problem is that when I adjust the % alpha, instead of it making the color transparent, it makes it a light gray. If I want to change the color to something else with no transparency, that’s no problem. Red, blue… whatever works fine… it’s the transparency part that messes up.

I’ll go ahead and unlock the page (it’s under construction at the moment). Basically, I’m wanting all of the white to be 30% transparent dark gray, as well as the opaque black right sidebar.

Website:
http://www.nycoctopus.com

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/NbfCmK5r3

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

Thanks!

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