Trouble with Background image
-
Hello,
I have been having some issues with the background image appearing on my site once I transferred the files. I changed wp_options and wp_posts databases to change all previous links. For some reason the background image is still linked to my localhost and my footer background. The footer is a little harder to find in the code, but I am certain it is the same problem.
This is the code where I can see the problem, but cannot find an easy way to fix it now that it is live:
<style type=”text/css”>
#parallax-bg {
background: url(https://localhost:8888/Bradynsdesign/wp-content/uploads/2014/04/cropped-BKGD1.jpg) no-repeat;
background-position: center top;
}
</style>
<style id=”custom-background-css” type=”text/css”>
body.custom-background { background-color: #f7f7f7; background-image: url(‘https://localhost:8888/Bradynsdesign/wp-content/uploads/2014/04/texture-background_03.jpg’);
background-repeat: repeat;
background-position: top center;
background-attachment: fixed; }
</style>If you would like to take a further look, this is my website: https://www.bradynsdesign.com
- The topic ‘Trouble with Background image’ is closed to new replies.