Change Background Image and make it scroll

sweetpotato

Active member
Licensed customer
Hello,
How to change backgroud image and make it scroll link wordpress background image?
Thanks,
 
Admin CP > Appearance > Styles > Select your style > Style Property Groups > General > HTML

Put your background image in the 'image' field and add this to the Miscellaneous field:
Code:
background-attachment: fixed;

Not sure if that's what you're looking for but it will make the background image stay still while the content scrolls. If I'm misreading, apologies.
 
Back
Top Bottom