• I am using a Tesseract Child theme. But, I dont know what happened suddenly the wallpapers in all the pages except frontpage went below the “header” before that my wallpapers where behind my header and since I was using lower opacity of the header the wallpapers were visible. I dont know what to do. Please help here is my site link. (www.rabiajamil.com)

Viewing 1 replies (of 1 total)
  • Hi,
    you can use following CSS for header

    .header{
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        filter: alpha(opacity=10);
        background-size: cover;
        background-repeat: no-repeat;
    }

    You can check working at my site: https://www.fbshnap.com

Viewing 1 replies (of 1 total)
  • The topic ‘How to set a wallpaper behind the header?’ is closed to new replies.