fortefg 0 Report post Posted November 8, 2011 How do you make the background so its frozen and the posts scroll over top of it similar to a tumblr page Share this post Link to post Share on other sites
catrina 103 Report post Posted November 8, 2011 The common way is by making the background image's attachment "fixed" with added CSS to Custom Code > Custom CSS: [code]body {background-image: url('http://BACKGROUNDIMAGE'); background-attachment: fixed;}[/code] Which theme are you using? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
fortefg 0 Report post Posted November 14, 2011 I am using PlatformPro. I am still not sure I understand... Share this post Link to post Share on other sites
kastelic 6 Report post Posted November 14, 2011 You can paste this line of code in PlatformPro -> Custom Code -> Custom CSS. Where it says "http://BACKGROUNDIMAGE" you will need to insert the URL for you own image which can be copied when you upload it in Media -> Add New Do you need help with the CSS or uploading the background image, or something else? Share this post Link to post Share on other sites