Archived topic
setting background transparency
4 replies · Started by Carlotta Gergely on May 21, 2016
Hi Tom
I need to set container, footer widgets and footer backgrounds to a transparency colour for a new customer website. Can I do this with custom css? If yes, do you have an example? Thanks for your feedback. Carlotta
Hi there,
You would have to use custom CSS with rgba which allows for transparency.
Are you using separate containers or one container?
For separate containers, you can do something like this:
.separate-containers .inside-article,
.site-footer {
background-color: rgba( 0, 0, 0, 0.5 );
}
Just adjust the rgba value and make sure those elements have an empty color value in the Colors add-on.
Hi Tom,
Resolved, and many thanks for your always great and fast support!!!
Carlotta
You're welcome :)
