Reply To: setting background transparency

Home Forums Support setting background transparency Reply To: setting background transparency

Home Forums Support setting background transparency Reply To: setting background transparency

#195818
Tom
Lead Developer
Lead Developer

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.