Is there an aopcity setting for Main Content Background. I’d like the color to have opacity so you can see the body background image a little.
Hi msmazza!
Add this to your custom CSS.
#main { background: transparent !important; }
.avia-section { background: rgba(0,0,0,0.5) !important; }
If you only want it done on that page then drag a codeblock element to the page content and add this inside.
<style type = "text/css">
#main { background: transparent !important; }
.avia-section { background: rgba(0,0,0,0.5) !important; }
</style>
Regards,
Elliott