Hello, I've been really struggling to find an answer to this on the internet as everyone is always vague in their reply. I want to use this CSS code below. I have made a child theme and now I just want to make my background image AND text resizeable in the browser. Can someone please just walk me through how I would use the code below to accomplish this? I tried putting this in my CSS customizer and pasting the URL into the part of the code below that says url(images/bg.jpg), but it's just not working. Please help a dude out. My website is almost done, just not mobile compatible. I honestly just need a straight forward explanation if possible. (www.proph3cy.com is the site)
Zach
html { background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }