Home › Forums › Archived Forums › Weaver II Theme › How to add jpg background to content › Re: How to add jpg background to content
December 13, 2016 at 00:12 UTC - Views: 6
#32727
Moderator
first body is the selector for the browser overall background.
second your rule is missing the closing bracket
If you are trying to put an image in the background of the content area, you would put the rule below in Main options > Content Areas > Content Area BG CSS+ box
{background-image: url(“/wp-content/uploads/2016/12/Content-bkg.jpg”);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}