• Resolved czdah13

    (@czdah13)


    hi i tried

    #main body.page-id-28 {
    background: url(https://www.marinaroy.ca/images/marinaroom.jpg);
    }

    and

    body.page-id-28 {
    background: url(https://www.marinaroy.ca/images/marinaroom.jpg);
    }

    in my child the,e
    for make a background picture but none of them worked.

    can some one hellp me please

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter czdah13

    (@czdah13)

    problem solved

    .page-id-28 #page{
    background: url('https://leilafallah.axbabak.ir/en/wp-content/uploads/2016/03/bg5.jpg') no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    Thread Starter czdah13

    (@czdah13)

    Solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how i can set set fullscreen background for specific page?’ is closed to new replies.