Jump to content

Regman7

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Regman7

  1. Thanks for the reply. I could use all of the help I can get. Here is what I am trying at the moment:

     

    body {
        background: url(IMAGE LINK) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    body.page-id-172:before {
        background-image: url(IMAGE LINK);
    }

     

    The top (body { background is working fine. The body.page-id-XXX{  before IS NOT.

×
×
  • Create New...