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>
Hi Peter!
Try target it with:
body .container_wrap .avia-builder-el-first
et us know if that works.
Cheers!
Basilis
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>
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
Hi,
now it’s
UNSERE KERNKOMPETENZEN …
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
Hi Yigit,
works – thank you very much!!
Regards
Peter