Hello, sorry to bother you here. I've browsed previous similar questions for solutions to my problem, but none of the solutions I've found seem to be working. If I may, I'd like to show you what I've tried in hopes that you can show what I'm doing wrong.
My URL in question is https://webmaster-msf.squarespace.com/trailer
I have a site backround image set, which is working great, but would like to set a different image for this particular page. I viewed the page source to find the page's ID and also loaded the image I want to use into photobucket. From the answers I found for this kind of problem in my browsing I assembled the following CSS which I plugged into the CSS editor:
collection-52333c74e4b08e3092810f75 #outerWrapper {
background-image: url('http://s967.photobucket.com/user/gschneidermsf/media/Trailer2_Bkgd_zpsc3bc6e2d.jpg.html'); }
After saving this code, nothing on my page seemed to change at all. Can you offer some guidance as to where I'm going wrong?
Thank you