Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #527889

    Hi all,

    what’s the best way to style the box with transparent background?

    http://www.wg-consultancy.com/
    “EVERYTHING UNDER ONE ROOF! WE OFFER GREAT ..”

    Thank you for help!

    Regards
    Peter

    I tried the code below – but doesn’t work:

    <style type = “text/css”>
    #entry-content-wrapper clearfix {
    background: rgba(100,200,255,0.9);
    }
    </style>

    #527989

    Hi Peter!

    Try target it with:

    body .container_wrap .avia-builder-el-first

    et us know if that works.

    Cheers!
    Basilis

    • This reply was modified 8 years, 5 months ago by Basilis.
    #528252

    Hi Basilis,

    sorry that doesn’t work:

    <style type = “text/css”>
    #body .container_wrap .avia-builder-el-first {
    background: rgba(0,0,0,0.5);
    }
    </style>

    #528456

    Hey!

    I cannot see ““EVERYTHING UNDER ONE ROOF! WE OFFER GREAT ..”” box on your page. Have you removed it?
    If you still need help with the box, please add it once again and point it out

    Cheers!
    Yigit

    #528730

    Hi,

    now it’s

    UNSERE KERNKOMPETENZEN …

    #528745

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .home #av_section_1 .flex_column:nth-child(1) {
        background-color: rgba(85,173,189,0.5)!important;
    }

    85,173,189 is the RGB value of the color and 0.5 is opacity level

    Regards,
    Yigit

    #529144

    Hi Yigit,

    works – thank you very much!!

    Regards
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparency |’ is closed to new replies.