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

    Hi there,

    I’d like to create opacity for the main page container so that the back ground image is visible behind the main page text, I’ve tried various settings but I can’t seem to isolate the correct area to add the opacity setting to. Your help would be appreciated.

    Silvio

    #128549

    Try this:

    .main-color {background-color: rgba(255,255,255,0.4);}

    You may have to use this in several wrappers. Don’t use opacity:somewhat, because it affects everything within.

    #128550

    Thanks but I tried this too and it didn’t work :(

    #128551

    Tried this and it worked, thanks for the heads up formateins! :

    .html_boxed #main {

    overflow:hidden;

    position:relative;

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

    z-index:2;

    }

    #128552

    Hey Silvio,

    Glad you were able to get it working :)

    Regards,

    Devin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘MAIN PAGE CONTAINER OPACITY’ is closed to new replies.