Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1007446

    Hello,

    i would like to have a custum image as background in all sites.

    I tried this from another post:

    #main > .container_wrap {
    background-image: url(https://www.everythingisforever.com/cms_assets/full-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    }

    But the problem is the image overlays al my text and image boxes (the whole content)

    Thanks for helping!

    #1007452

    Hey Stefan,
    Please try this solution
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #1007453

    works great, thank you !

    #1007465

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full screen background image’ is closed to new replies.