Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379260

    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

    #379687

    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

    #379835

    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

    #380211

    Hey!

    You can find Code Block element under Content Elements in ALB – http://i.imgur.com/oYumsfm.png

    Cheers!
    Yigit

    #380240

    looks easy. thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to make background of main page content transparent or almost transparent?’ is closed to new replies.