Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #214098

    Trying to adjust the opacity of the main content container.
    Reading some of the forums, I found this:

    .html_boxed #main {

    overflow:hidden;

    position:relative;

    background-color: rgba(255,255,255,0.4);

    z-index:2;

    }

    Which didn’t work.
    Then I found another chain where you guys said that rgba is not possible in this theme.

    This should be an easy option in the main styling section and not have to be done with CSS.

    Is there any new update on this issue? Anyone have CSS that actually works?

    Thanks!

    #214171

    Hi!

    Are you using a Boxed layout?

    Cheers!
    Josue

    #214173

    Hi Josue,

    Yes.

    #214174

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #214181
    This reply has been marked as private.
    #214193

    Hey!

    Try adding this code to the Quick CSS:

    .main_color.container_wrap.fullsize {
        background: transparent !important;
    }
    #main {
        background: rgba(255, 255, 255, 0.8) !important;
    }

    Result:

    Cheers! 
    Josue

    #214200

    You are the man. Works perfect!

    Thanks for the help.

    #214203

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Main Container Opacity’ is closed to new replies.