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

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -