Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #492579

    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.

    #492994

    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

    • This reply was modified 8 years, 8 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.