how can make the background of main page content area transparent or almost transparent?
How would I do this per page, if needed?
thank you
Hey gharding!
You could try adding a codeblock element to your page and add this inside.
<style type = "text/css">
#main .main_color .container { background: rgba(255, 255, 255, 0.4) !important; }
</style>
Cheers!
Elliott
what is a codeblock element? do you just mean add some CSS per page? and then enter it in for that page, or?
thank you
gary
Hey!
You can find Code Block element under Content Elements in ALB – http://i.imgur.com/oYumsfm.png
Cheers!
Yigit
looks easy. thanks