php - add background image to entire screen, across all divs -


I am trying to get the following WordPress-based site to keep a consistent background image:

< P>

I can change the background of individual elements, but there is no way to draw the same background as the full screen.

Thank you for your help!

Add this CSS to your body class

  body.custom -background {background: url ('/wp/wp-content/themes/twentyfourteen/assets/BG.jpg'); Background-size: auto 100%; Background size: cover; Background-condition: center center; Background-attachment: fixed; }  

Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -