[Resolved] setting background transparency

Home Forums Support [Resolved] setting background transparency

Home Forums Support setting background transparency

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195673
    Carlotta Gergely

    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

    #195693
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You would have to use custom CSS with rgba which allows for transparency.

    Are you using separate containers or one container?

    #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.

    #196034
    Carlotta Gergely

    Hi Tom,
    Resolved, and many thanks for your always great and fast support!!!
    Carlotta

    #196162
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.